lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] odd/multiarch 6535919 05/16: Broaden the scope of th


From: Greg Chicares
Subject: [lmi-commits] [lmi] odd/multiarch 6535919 05/16: Broaden the scope of the 'clobber' target
Date: Wed, 10 Apr 2019 22:15:07 -0400 (EDT)

branch: odd/multiarch
commit 65359194c60cbca69c56621e8682b8336fd2a369
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Broaden the scope of the 'clobber' target
---
 GNUmakefile | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

diff --git a/GNUmakefile b/GNUmakefile
index b36ccbb..5ddf627 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -326,12 +326,18 @@ endef
 # $(build_type), but only for the current $LMI_HOST architecture,
 # i.e.:
 #   $exec_prefix/build
-# and its subdirectories. A list of directories such as:
+# and its subdirectories, and similarly for a small hard-coded list of
+# known architectures.
+#
+# A list of directories such as:
 #    find $prefix -name build
 # would include some that this makefile does not build, as might even
 # such a list as:
 #    find $prefix -maxdepth 2 -name build -type d
-# and it is not possible to enumerate all possible $LMI_HOST values.
+# and it is not possible to enumerate all possible $LMI_HOST values
+# (file 'PLATFORMS' in the libtool sources may seem to come close, but
+# even it needs ongoing updates).
+#
 # This target could be made to remove all files built by this makefile
 # if the build directory were
 #   build_directory := $(prefix)/build/$(LMI_HOST)/$(build_type)
@@ -366,6 +372,9 @@ distclean mostlyclean maintainer-clean: clean
 .PHONY: clobber
 clobber: source_clean
        -$(RM) --force --recursive $(exec_prefix)/build
+       -$(RM) --force --recursive $(prefix)/i686-w64-mingw32/build
+       -$(RM) --force --recursive $(prefix)/x86_64-w64-mingw32/build
+       -$(RM) --force --recursive $(prefix)/x86_64-pc-linux-gnu/build
 
 
################################################################################
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]