[pve-devel] [PATCH v2 grub 5/5] build: rename grub target to deb
Fabian Grünbichler
f.gruenbichler at proxmox.com
Thu Nov 10 15:45:09 CET 2016
---
Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index c999103..af5d0c7 100644
--- a/Makefile
+++ b/Makefile
@@ -32,8 +32,8 @@ all: ${DEBS}
dinstall: ${DEBS}
dpkg -i ${PC_DEBS}
-.PHONY: grub
-grub ${DEBS}:
+.PHONY: deb
+deb ${DEBS}:
rm -rf ${GRUB_DIR}
tar xf ${GRUB_SRC}
mv ${GRUB_DIR}/debian/changelog ${GRUB_DIR}/debian/changelog.org
--
2.1.4
More information about the pve-devel
mailing list