summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2015-01-14 00:46:23 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2015-01-14 00:46:23 +0000
commit3037339ec05084fc866a90a3f166787e91a90d60 (patch)
tree07f5bc9ed187c7ca51d2404ee8b619e49fc37d82 /Makefile
parentadbdf542815ce424fe647de1899147a37dd8b136 (diff)
downloads6-linux-utils-3037339ec05084fc866a90a3f166787e91a90d60.tar.gz
s6-linux-utils-3037339ec05084fc866a90a3f166787e91a90d60.tar.xz
s6-linux-utils-3037339ec05084fc866a90a3f166787e91a90d60.zip
Revert .NOTPARALLEL and push real fix
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d80ba55..c602cad 100644
--- a/Makefile
+++ b/Makefile
@@ -12,6 +12,7 @@ CC = $(error Please use ./configure first)
 STATIC_LIBS :=
 SHARED_LIBS :=
 INTERNAL_LIBS :=
+EXTRA_TARGETS :=
 
 -include config.mak
 include package/targets.mak
@@ -39,7 +40,7 @@ ALL_INCLUDES := $(wildcard src/include/$(package)/*.h)
 all: $(ALL_LIBS) $(ALL_BINS) $(ALL_INCLUDES)
 
 clean:
-	@exec rm -f $(ALL_LIBS) $(ALL_BINS) $(wildcard src/*/*.o src/*/*.lo)
+	@exec rm -f $(ALL_LIBS) $(ALL_BINS) $(wildcard src/*/*.o src/*/*.lo) $(EXTRA_TARGETS)
 
 distclean: clean
 	@exec rm -f config.mak src/include/${package}/config.h