mirror of
https://github.com/RubyMetric/chsrc
synced 2025-12-25 03:50:04 +08:00
Use new def_target
This commit is contained in:
@@ -131,4 +131,4 @@ os_freebsd_setsrc (char *option)
|
||||
chsrc_say_lastly (&source, ChsrcTypeSemiAuto);
|
||||
}
|
||||
|
||||
def_target_noget(os_freebsd);
|
||||
def_target_s(os_freebsd);
|
||||
|
||||
@@ -51,4 +51,4 @@ os_ros_setsrc (char *option)
|
||||
chsrc_say_lastly (&source, ChsrcTypeUntested);
|
||||
}
|
||||
|
||||
def_target_noget(os_ros);
|
||||
def_target_s(os_ros);
|
||||
|
||||
@@ -50,4 +50,4 @@ os_gentoo_setsrc (char *option)
|
||||
chsrc_say_lastly (&source, ChsrcTypeUntested);
|
||||
}
|
||||
|
||||
def_target_noget(os_gentoo);
|
||||
def_target_s(os_gentoo);
|
||||
|
||||
@@ -79,4 +79,4 @@ os_opensuse_setsrc (char *option)
|
||||
chsrc_say_lastly (&source, ChsrcTypeUntested);
|
||||
}
|
||||
|
||||
def_target_noget(os_opensuse);
|
||||
def_target_s(os_opensuse);
|
||||
|
||||
@@ -52,4 +52,4 @@ os_msys2_setsrc (char *option)
|
||||
chsrc_say_lastly (&source, ChsrcTypeUntested);
|
||||
}
|
||||
|
||||
def_target_noget(os_msys2);
|
||||
def_target_s(os_msys2);
|
||||
|
||||
@@ -37,4 +37,4 @@ os_solus_setsrc (char *option)
|
||||
chsrc_say_lastly (&source, ChsrcTypeAuto);
|
||||
}
|
||||
|
||||
def_target_noget(os_solus);
|
||||
def_target_s(os_solus);
|
||||
|
||||
@@ -41,4 +41,4 @@ os_almalinux_setsrc (char *option)
|
||||
chsrc_say_lastly (&source, ChsrcTypeAuto);
|
||||
}
|
||||
|
||||
def_target_noget(os_almalinux);
|
||||
def_target_s(os_almalinux);
|
||||
|
||||
@@ -41,4 +41,4 @@ os_anolis_setsrc (char *option)
|
||||
chsrc_say_lastly (&source, ChsrcTypeUntested);
|
||||
}
|
||||
|
||||
def_target_noget(os_anolis);
|
||||
def_target_s(os_anolis);
|
||||
|
||||
@@ -65,4 +65,4 @@ os_fedora_setsrc (char *option)
|
||||
chsrc_say_lastly (&source, ChsrcTypeAuto);
|
||||
}
|
||||
|
||||
def_target_noget(os_fedora);
|
||||
def_target_s(os_fedora);
|
||||
|
||||
@@ -47,4 +47,4 @@ os_rockylinux_setsrc (char *option)
|
||||
chsrc_say_lastly (&source, ChsrcTypeUntested);
|
||||
}
|
||||
|
||||
def_target_noget(os_rockylinux);
|
||||
def_target_s(os_rockylinux);
|
||||
|
||||
@@ -48,4 +48,4 @@ os_openeuler_setsrc (char *option)
|
||||
chsrc_say_lastly (&source, ChsrcTypeAuto);
|
||||
}
|
||||
|
||||
def_target_noget(os_openeuler);
|
||||
def_target_s(os_openeuler);
|
||||
|
||||
Reference in New Issue
Block a user