]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Fix comments in Makefile
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 29 Jun 2022 16:46:21 +0000 (11:46 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 29 Jun 2022 16:46:21 +0000 (11:46 -0500)
Makefile

index 9140a135ec69143bc794d0be325c4637e12423bf..fffd5207e5b6602c3b6b945b8c08ae1aabe06917 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -36,11 +36,12 @@ ifeq "$(call is_feature,load)" ""
 endif
 
 #
-#  We require Make.inc, UNLESS the target is "make deb"
+#  We require Make.inc, UNLESS we're building packages running
+#  VMs or producing tar files tar files.
 #
-#  Since "make deb" re-runs configure... there's no point in
-#  requiring the developer to run configure *before* making
-#  the debian packages.
+#  Since "make deb" and "make rpm" re-run configure...
+#  there's no point in requiring the developer to run configure
+#  *before* making packages.
 #
 ifeq "$(filter deb rpm crossbuild freeradius-server-%,$(MAKECMDGOALS))" ""
   $(if $(wildcard Make.inc),,$(error Missing 'Make.inc' Run './configure [options]' and retry))