From: Arran Cudbard-Bell Date: Wed, 29 Jun 2022 16:46:21 +0000 (-0500) Subject: Fix comments in Makefile X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=894a7345c6f61af76b95b6c286bbce623211a54a;p=thirdparty%2Ffreeradius-server.git Fix comments in Makefile --- diff --git a/Makefile b/Makefile index 9140a135ec6..fffd5207e5b 100644 --- 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))