[debian-edu-commits] [Git][debian-edu/debian-edu-config][master] Makefile: Use $(NULL) variable at end of file lists. Allow for better git-patch readability.

Mike Gabriel (@sunweaver) gitlab at salsa.debian.org
Mon Aug 7 17:32:26 BST 2023



Mike Gabriel pushed to branch master at Debian Edu / debian-edu-config


Commits:
abde700b by Mike Gabriel at 2023-08-07T18:32:10+02:00
Makefile: Use $(NULL) variable at end of file lists. Allow for better git-patch readability.

- - - - -


1 changed file:

- Makefile


Changes:

=====================================
Makefile
=====================================
@@ -1,9 +1,12 @@
 PACKAGE = debian-edu-config
 
+NULL =
+
 PROGS = \
 	debian-edu-ldapserver \
 	update-ini-file \
-	debian-edu-copy-pki
+	debian-edu-copy-pki \
+	$(NULL)
 
 SPROGS = debian-edu-fsautoresize \
 	debian-edu-ltsp-chroot \
@@ -14,7 +17,8 @@ SPROGS = debian-edu-fsautoresize \
 	debian-edu-restart-services \
 	debian-edu-test-install \
 	debian-edu-update-netblock \
-	update-hostname-from-ip
+	update-hostname-from-ip \
+	$(NULL)
 
 INSTALL        = install -D -p -m 755
 INSTALL_DATA   = install -D -p -m 644
@@ -66,7 +70,8 @@ CF3FILES = \
 	cf.xrdp \
 	cf.icinga \
 	edu.cf \
-	promises.cf
+	promises.cf \
+	$(NULL)
 
 # Files to install in /etc/
 SYSCONFFILES = \
@@ -132,7 +137,8 @@ SYSCONFFILES = \
 	nagios3/debian-edu/timeperiods.cfg \
 	munin/debian-edu-munin-node.conf \
 	polkit-1/localauthority.conf.d/80-edu-admin.conf \
-	ntpsec/ntp.d/debian-edu.conf
+	ntpsec/ntp.d/debian-edu.conf \
+	$(NULL)
 
 SYSCONFSCRIPTS = \
 	dhcp/dhclient-exit-hooks.d/autofs-reload \
@@ -143,7 +149,8 @@ SYSCONFSCRIPTS = \
 	shutdown-at-night/clients-generator \
 	resolvconf/update.d/bind-debian-edu \
 	wicd/scripts/preconnect/set_wireless_mac_from_eth0 \
-	X11/Xsession-debian-edu
+	X11/Xsession-debian-edu \
+	$(NULL)
 
 SCHEMAS = \
 	autofs-debian-edu.schema \
@@ -164,7 +171,8 @@ SCHEMAS = \
 	gosa-samba3.schema \
 	gofax.schema \
 	goserver.schema \
-	goto-mime.schema
+	goto-mime.schema \
+	$(NULL)
 
 LDIFS = \
 	root.ldif \
@@ -177,7 +185,8 @@ LDIFS = \
 	krb5.ldif \
 	ltsp.ldif \
 	gosa.ldif \
-	gosa-server.ldif
+	gosa-server.ldif \
+	$(NULL)
 
 LDAPPROGRAMS = \
 	ldap-add-host-to-netgroup \
@@ -185,7 +194,8 @@ LDAPPROGRAMS = \
 	ldap-createuser-krb5 \
 	ldap2netgroup \
 	ldap-debian-edu-install \
-	sitesummary2ldapdhcp
+	sitesummary2ldapdhcp \
+	$(NULL)
 
 WWWFILES = \
 	index.html.ca \
@@ -206,10 +216,12 @@ WWWFILES = \
 	index.html.zh-tw \
 	skl-ren_css.css \
 	logo-trans.png \
-	wpad.dat
+	wpad.dat \
+	$(NULL)
 
 LIBFILES = \
 	thunderbird/distribution/policies.json \
+	$(NULL)
 
 all:
 	$(MAKE) -C www



View it on GitLab: https://salsa.debian.org/debian-edu/debian-edu-config/-/commit/abde700ba5a30ed6a116d0c11b0ff1b8b3fe9d69

-- 
View it on GitLab: https://salsa.debian.org/debian-edu/debian-edu-config/-/commit/abde700ba5a30ed6a116d0c11b0ff1b8b3fe9d69
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-edu-commits/attachments/20230807/051629cc/attachment-0001.htm>


More information about the debian-edu-commits mailing list