mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
bin.mk, make.mk, scripts-targets.mk: O added target test
This commit is contained in:
parent
76f448d2c0
commit
c6b77990c7
3 changed files with 3 additions and 1 deletions
|
|
@ -6,4 +6,4 @@
|
|||
all install:
|
||||
clean distclean:
|
||||
rm -f $(filter-out Makefile CVS debug release,$(wildcard *))
|
||||
|
||||
test:
|
||||
|
|
|
|||
|
|
@ -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 $@)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue