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-07-31 20:04:36 +0300
committerBryan Drewery <bryan@shatow.net>2017-07-31 20:04:36 +0300
commit0270d74cfd4573e57973dc9b423f287aea8e4c68 (patch)
tree7a33c5b60307a1d25c105cea724e72fd3fee338a /Makefile.am
parentf6b85702ad09b0c36fafcb84d13b39173031da19 (diff)
unlink only needs to be a builtin, not an external
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index 98b3a4a2..79099431 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -127,7 +127,6 @@ pkglibexec_PROGRAMS= \
timeout \
timestamp \
tsort \
- unlink \
@SH@
EXTRA_PROGRAMS= \
rm \
@@ -156,7 +155,6 @@ rm_SOURCES= src/libexec/poudriere/rm/rm.c
timeout_SOURCES= src/libexec/poudriere/timeout/timeout.c
timestamp_SOURCES= src/libexec/poudriere/timestamp/timestamp.c
tsort_SOURCES= src/libexec/poudriere/tsort/tsort.c
-unlink_SOURCES= src/libexec/poudriere/unlink/unlink.c
sh_CFLAGS= -DSHELL -DNO_HISTORY -std=gnu99 \
-include $(top_srcdir)/external/sh_compat/compat.h \
@@ -207,7 +205,6 @@ sh_SOURCES+= \
src/libexec/poudriere/locked_mkdir/locked_mkdir.c \
src/libexec/poudriere/pwait/pwait.c \
src/libexec/poudriere/rename/rename.c \
- src/libexec/poudriere/unlink/unlink.c \
src/poudriere-sh/helpers.c \
src/poudriere-sh/mkdir.c \
src/poudriere-sh/mkfifo.c \
@@ -216,7 +213,8 @@ sh_SOURCES+= \
src/poudriere-sh/rmdir.c \
src/poudriere-sh/setproctitle.c \
src/poudriere-sh/sleep.c \
- src/poudriere-sh/touch.c
+ src/poudriere-sh/touch.c \
+ src/poudriere-sh/unlink.c
sh_CFLAGS+= -I$(top_srcdir)/src/poudriere-sh \
-I$(top_builddir)/src/poudriere-sh
# cachec