[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-NG] [FYI] [ng] clean: prefer '#' comments over '##' ones
From: |
Stefano Lattarini |
Subject: |
[Automake-NG] [FYI] [ng] clean: prefer '#' comments over '##' ones |
Date: |
Mon, 30 Jul 2012 19:20:33 +0200 |
* lib/am/clean.am: Here. So that they will be visible also in
the generated Makefiles.
Signed-off-by: Stefano Lattarini <address@hidden>
---
lib/am/clean.am | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/lib/am/clean.am b/lib/am/clean.am
index 24d9587..e49a6be 100644
--- a/lib/am/clean.am
+++ b/lib/am/clean.am
@@ -30,12 +30,12 @@ am__distclean_dirs += %DISTCLEAN-DIRS%
am__maintclean_dirs += %MAINTAINERCLEAN-DIRS%
am__distclean_files += $(CONFIG_CLEAN_FILES)
-## Some files must be cleaned only in VPATH builds -- e.g., those linked
-## in usages like "AC_CONFIG_LINKS([GNUmakefile:GNUmakefile])".
+# Some files must be cleaned only in VPATH builds -- e.g., those linked
+# in usages like "AC_CONFIG_LINKS([GNUmakefile:GNUmakefile])".
am__distclean_files += $(if $(filter .,$(srcdir)),,$(CONFIG_CLEAN_VPATH_FILES))
-## Built sources are automatically removed by maintainer-clean.
-## This is what mainline Automake does.
+# Built sources are automatically removed by maintainer-clean.
+# This is what mainline Automake does.
am__maintclean_files += $(BUILT_SOURCES)
mostlyclean-am: mostlyclean-generic
@@ -58,11 +58,11 @@ maintainer-clean-generic:
$(call am.clean-cmd.f,$(am__maintclean_files))
$(call am.clean-cmd.d,$(am__maintclean_dirs))
-## Makefiles and their dependencies cannot be cleaned by
-## an '-am' dependency, because that would prevent other distclean
-## dependencies from calling make recursively (the multilib cleaning
-## used to do this, and it's not unreasonable to expect user-defined
-## rules might do that as well).
+# Makefiles and their dependencies cannot be cleaned by an '-am'
+# dependency, because that would prevent other distclean dependencies
+# from calling make recursively (the multilib cleaning used to do
+# this, and it's not unreasonable to expect user-defined rules might
+# do that as well).
distclean:
rm -f %MAKEFILE% $(am__config_distclean_files)
maintainer-clean:
--
1.7.12.rc0
- [Automake-NG] [FYI] [ng] clean: prefer '#' comments over '##' ones,
Stefano Lattarini <=