mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-22 21:21:28 +00:00
Makefile: Add top-level release-archive target
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6127 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
10
Makefile
10
Makefile
@@ -438,6 +438,16 @@ rpm:
|
||||
find -name '*.rpm'; \
|
||||
fi
|
||||
|
||||
release-archive:
|
||||
$(MAKE) 2release
|
||||
for m in $$(find -name Makefile | \
|
||||
xargs grep -l '^release-archive:' | \
|
||||
grep -v '^\./Makefile'); \
|
||||
do \
|
||||
(cd $$(dirname $$m) && $(MAKE) release-archive) \
|
||||
done
|
||||
$(MAKE) 2debug
|
||||
|
||||
2perf: extraclean
|
||||
cd $(SCST_DIR) && $(MAKE) $@
|
||||
@if [ -d $(QLA_DIR) ]; then cd $(QLA_DIR) && $(MAKE) $@; fi
|
||||
|
||||
Reference in New Issue
Block a user