buildsys: add sbuild convenience target
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
2de39b1616
commit
8b45a37be8
3
Makefile
3
Makefile
@ -68,6 +68,9 @@ $(DSC): $(BUILD_DIR).prepared
|
|||||||
cd $(BUILD_DIR); dpkg-buildpackage -S -uc -us -d
|
cd $(BUILD_DIR); dpkg-buildpackage -S -uc -us -d
|
||||||
lintian $(DSC)
|
lintian $(DSC)
|
||||||
|
|
||||||
|
sbuild: $(DSC)
|
||||||
|
sbuild $(DSC)
|
||||||
|
|
||||||
$(BUILD_DIR).prepared: $(addsuffix .prepared,$(KERNEL_SRC) $(MODULES) debian)
|
$(BUILD_DIR).prepared: $(addsuffix .prepared,$(KERNEL_SRC) $(MODULES) debian)
|
||||||
cp -a fwlist-previous $(BUILD_DIR)/
|
cp -a fwlist-previous $(BUILD_DIR)/
|
||||||
cp -a abi-prev-* $(BUILD_DIR)/
|
cp -a abi-prev-* $(BUILD_DIR)/
|
||||||
|
Loading…
Reference in New Issue
Block a user