mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
$(TOPDIR), make: Make make_scm.sh work
This commit is contained in:
parent
1430a0cd91
commit
d5da27eb91
5 changed files with 12 additions and 18 deletions
14
Makefile
14
Makefile
|
|
@ -21,21 +21,9 @@ SUBDIRS = inst/pre \
|
|||
|
||||
ifneq ($(wildcard $(MODDIR)/make/ytools.mk),)
|
||||
|
||||
all:
|
||||
echo hallo
|
||||
$(make_subdirs_target)
|
||||
|
||||
clean distclean:
|
||||
rm -rf $(CLEAN) $(DISTCLEAN)
|
||||
$(make_subdirs_target)
|
||||
|
||||
install: all
|
||||
$(make_subdirs_target)
|
||||
make $(INSTALLED_VERSION_FILE)
|
||||
|
||||
include $(MODDIR)/make/ytools.mk
|
||||
|
||||
include $(MODDIR)/make/defs.mk
|
||||
include $(MODDIR)/make/subdirs.mk
|
||||
include $(MODDIR)/make/rules.mk
|
||||
include $(MODDIR)/make/rpmdist.mk
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue