Clean up the makefiles a bit and make them OBJDIR-safe.
modified Makefile
@@ -4,7 +4,7 @@ SUBDIR= external \
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -78,6 +78,6 @@ make-tarball:
|
|
|
|
|
|
| - | |
| + | |
|
|
|
modified libpkg/Makefile
@@ -51,7 +51,7 @@ MAN= pkg_printf.3 \
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -65,7 +65,7 @@ ${_snapshot}:
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -78,13 +78,14 @@ DEFAULT_MIRROR_TYPE?= 1
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -94,11 +95,11 @@ CFLAGS+= -I${.CURDIR}/../external/libelf \
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified pkg-static/Makefile
@@ -4,17 +4,17 @@ STATIC_PKGNG= yes
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified pkg/Makefile
@@ -55,9 +55,9 @@ DEBUG_FLAGS+= -ggdb -O0
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified scripts/completion/Makefile
@@ -5,6 +5,7 @@ PREFIX?= /usr/local
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -12,13 +13,10 @@ COMPLETION= ${COMPLETION_SRCS:R}
|
|
|
|
|
|
| - | |
| - | |
| - | |
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
| - | |
| + | |
modified scripts/periodic/Makefile
@@ -8,6 +8,7 @@ SCRIPTS_DAILY= 400.status-pkg.in \
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -15,17 +16,14 @@ SCRIPTS= ${SCRIPTS_DAILY:R} ${SCRIPTS_SECURITY:R}
|
|
|
|
|
|
| - | |
| - | |
| - | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| + | |
modified scripts/sbin/Makefile
@@ -2,19 +2,12 @@
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |