buildsys: add sbuild convenience target
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
40fe66e33e
commit
34d701d1ac
3
Makefile
3
Makefile
@ -65,6 +65,9 @@ $(ZFS_DSC): $(ZFSDIR) $(ORIG_SRC_TAR)
|
|||||||
cd $(ZFSDIR); dpkg-buildpackage -S -uc -us -d
|
cd $(ZFSDIR); dpkg-buildpackage -S -uc -us -d
|
||||||
lintian $@
|
lintian $@
|
||||||
|
|
||||||
|
sbuild: $(ZFS_DSC)
|
||||||
|
sbuild $(ZFS_DSC)
|
||||||
|
|
||||||
$(ZFSDIR): $(ZFSSRC)/README.md $(ZFSSRC) debian
|
$(ZFSDIR): $(ZFSSRC)/README.md $(ZFSSRC) debian
|
||||||
rm -rf $(ZFSDIR) $(ZFSDIR).tmp
|
rm -rf $(ZFSDIR) $(ZFSDIR).tmp
|
||||||
cp -a $(ZFSSRC) $(ZFSDIR).tmp
|
cp -a $(ZFSSRC) $(ZFSDIR).tmp
|
||||||
|
Loading…
Reference in New Issue
Block a user