Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/poudriere.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Drewery <bryan@shatow.net>2017-02-23 00:43:00 +0300
committerBryan Drewery <bryan@shatow.net>2017-02-23 01:09:28 +0300
commita0c66afa62e91da758a2394ac52ce626c289d5d2 (patch)
tree807dbe969ff71fb2b2d0b97da1c946ed83718acf /Makefile.am
parent406b98a7f7a8b16879bceb95fc7d3636a2fb9248 (diff)
Import rm from FreeBSD r298107.
This is both to support it as a builtin and more importantly to fix support for 'rm -x' on older releases. There has been a patch in the port for several years to disable the -x usage that can now come out.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 44706734..fda6b78d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -120,6 +120,7 @@ pkglibexec_PROGRAMS= \
pwait \
rename \
rexec \
+ rm \
setproctitle \
timeout \
timestamp \
@@ -147,6 +148,7 @@ locked_mkdir_SOURCES= src/libexec/poudriere/locked_mkdir/locked_mkdir.c
nc_SOURCES= src/libexec/poudriere/nc/nc.c
pwait_SOURCES= src/libexec/poudriere/pwait/pwait.c
rename_SOURCES= src/libexec/poudriere/rename/rename.c
+rm_SOURCES= src/libexec/poudriere/rm/rm.c
setproctitle_SOURCES= src/libexec/poudriere/setproctitle/setproctitle.c
timeout_SOURCES= src/libexec/poudriere/timeout/timeout.c
timestamp_SOURCES= src/libexec/poudriere/timestamp/timestamp.c