Update automatic package generator
- add DEB package creation functionality - update RPM spec file to work with SLES Signed-off-by: Rafal Stefanowski <rafal.stefanowski@intel.com>
This commit is contained in:
10
Makefile
10
Makefile
@@ -17,10 +17,14 @@ $(DIRS):
|
||||
ifneq ($(MAKECMDGOALS),archives)
|
||||
ifneq ($(MAKECMDGOALS),rpm)
|
||||
ifneq ($(MAKECMDGOALS),srpm)
|
||||
ifneq ($(MAKECMDGOALS),deb)
|
||||
ifneq ($(MAKECMDGOALS),dsc)
|
||||
cd $@ && $(MAKE) $(MAKECMDGOALS)
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
|
||||
archives:
|
||||
@utils/pckgen $(PWD) tar zip
|
||||
@@ -30,3 +34,9 @@ rpm:
|
||||
|
||||
srpm:
|
||||
@utils/pckgen $(PWD) srpm --debug
|
||||
|
||||
deb:
|
||||
@utils/pckgen $(PWD) deb
|
||||
|
||||
dsc:
|
||||
@utils/pckgen $(PWD) dsc
|
||||
|
||||
Reference in New Issue
Block a user