buildsys: fix missing producing target for dbgsym packages
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
3efcc79c39
commit
f799169849
2
Makefile
2
Makefile
@ -53,7 +53,7 @@ ${ZFSSRC}/README.md: submodule
|
|||||||
|
|
||||||
.PHONY: zfs
|
.PHONY: zfs
|
||||||
zfs: ${DEBS}
|
zfs: ${DEBS}
|
||||||
${ZFS_DEB2}: ${ZFS_DEB1}
|
${ZFS_DEB2} ${ZFS_DBG_DEBS}: ${ZFS_DEB1}
|
||||||
${ZFS_DEB1}: ${ZFSDIR}
|
${ZFS_DEB1}: ${ZFSDIR}
|
||||||
cd ${ZFSDIR}; dpkg-buildpackage -b -uc -us
|
cd ${ZFSDIR}; dpkg-buildpackage -b -uc -us
|
||||||
lintian ${DEBS}
|
lintian ${DEBS}
|
||||||
|
Loading…
Reference in New Issue
Block a user