use -G option rather than --build=full
authorRalph Ronnquist <ralph.ronnquist@gmail.com>
Sat, 25 Mar 2023 23:54:04 +0000 (10:54 +1100)
committerRalph Ronnquist <ralph.ronnquist@gmail.com>
Sat, 25 Mar 2023 23:54:04 +0000 (10:54 +1100)
Makefile

index 5bb99a054853f53f4eca96f16fdd053032bc76ac..74fa18d8c5121320a2026f0c44c2388fc70dbf12 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -66,6 +66,6 @@ $(SBINDIR)/% $(ETCDIR)/% $(MAN1DIR)/% $(MAN8DIR)/%: %
 
 install: $(INSTALLTARGETS)
 
-BUILDPACKAGE = -us -uc --build=full
+BUILDPACKAGE = -us -uc -G
 deb:
        PREFIX= INCLUDE_PREFIX=/usr dpkg-buildpackage $(BUILDPACKAGE)