mirror of
https://git.proxmox.com/git/pve-kernel
synced 2025-04-29 06:09:52 +00:00
buildsys: add missing rules for some packages
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
a4ac624b58
commit
b97ea52f86
2
Makefile
2
Makefile
@ -57,7 +57,7 @@ DEBS=$(DST_DEB) $(META_DEB) $(HDR_DEB) $(META_HDR_DEB) $(LINUX_TOOLS_DEB) $(LINU
|
|||||||
all: deb
|
all: deb
|
||||||
deb: $(DEBS)
|
deb: $(DEBS)
|
||||||
|
|
||||||
$(META_DEB) $(META_HDR_DEB) $(LINUX_TOOLS_DEB) $(HDR_DEB): $(DST_DEB)
|
$(META_DEB) $(META_HDR_DEB) $(LINUX_TOOLS_DEB) $(LINUX_TOOLS_DBG_DEB) $(SIGNED_TEMPLATE_DEB) $(HDR_DEB): $(DST_DEB)
|
||||||
$(DST_DEB): $(BUILD_DIR).prepared
|
$(DST_DEB): $(BUILD_DIR).prepared
|
||||||
cd $(BUILD_DIR); dpkg-buildpackage --jobs=auto -b -uc -us
|
cd $(BUILD_DIR); dpkg-buildpackage --jobs=auto -b -uc -us
|
||||||
lintian $(DST_DEB)
|
lintian $(DST_DEB)
|
||||||
|
Loading…
Reference in New Issue
Block a user