bin.mk, make.mk, scripts-targets.mk: O added target test

This commit is contained in:
Jan Lindemann 2010-12-03 18:03:00 +00:00 committed by Jan Lindemann
commit c6b77990c7
3 changed files with 3 additions and 1 deletions

View file

@ -6,4 +6,4 @@
all install:
clean distclean:
rm -f $(filter-out Makefile CVS debug release,$(wildcard *))
test:

View file

@ -19,6 +19,7 @@ endif
all:
install: install_MAKE $(INSTALLED_PKG_MK)
clean: textclean localclean doneclean
test:
$(INSTALL_PCKG_DEPS_DIR)/$(PROJECT).mk: pckg-deps.mk
mkdir -p $(dir $@)

View file

@ -2,6 +2,7 @@ all.done: $(BUILD_SCRIPT)
all: build_SCRIPT build_CGI
install: install_INIT install_SCRIPT install_CGI
clean:allclean localclean doneclean textclean clean.init
test:
ifeq ($(INSTALL_HOME_BIN_WRAPPERS),true)
install: install-home-bin