[uClibc-cvs] uClibc Makefile,1.212,1.213

Erik Andersen andersen at uclibc.org
Sat Sep 6 01:08:58 UTC 2003


Update of /var/cvs/uClibc
In directory winder:/tmp/cvs-serv21208

Modified Files:
	Makefile 
Log Message:
Be more clear


Index: Makefile
===================================================================
RCS file: /var/cvs/uClibc/Makefile,v
retrieving revision 1.212
retrieving revision 1.213
diff -u -d -r1.212 -r1.213
--- Makefile	6 Sep 2003 01:07:11 -0000	1.212
+++ Makefile	6 Sep 2003 01:08:55 -0000	1.213
@@ -183,37 +183,37 @@
 	-install -m 644 lib/*.[ao] $(PREFIX)$(DEVEL_PREFIX)/lib/
 	tar -chf - include | tar -xf - -C $(PREFIX)$(DEVEL_PREFIX);
 ifneq ($(strip $(UCLIBC_HAS_WCHAR)),y)
-	# Remove wide char headers if wide char support is disabled.
+	# Remove wide char headers since wide char support is disabled.
 	rm $(PREFIX)$(DEVEL_PREFIX)/include/wctype.h
 	rm $(PREFIX)$(DEVEL_PREFIX)/include/wchar.h
 endif
 ifneq ($(strip $(UCLIBC_HAS_LOCALE)),y)
-	# Remove iconv header if locale support is disabled.
+	# Remove iconv header since locale support is disabled.
 	rm $(PREFIX)$(DEVEL_PREFIX)/include/iconv.h
 endif
 ifneq ($(strip $(UCLIBC_HAS_XLOCALE)),y)
-	# Remove xlocale header if extended locale support is disabled.
+	# Remove xlocale header since extended locale support is disabled.
 	rm $(PREFIX)$(DEVEL_PREFIX)/include/xlocale.h
 endif
 ifneq ($(strip $(UCLIBC_HAS_GETTEXT_AWARENESS)),y)
-	# Remove libintl header if gettext support is disabled.
+	# Remove libintl header since gettext support is disabled.
 	rm $(PREFIX)$(DEVEL_PREFIX)/include/libintl.h
 endif
 ifneq ($(strip $(UCLIBC_HAS_REGEX)),y)
-	# Remove regex headers if regex support is disabled.
+	# Remove regex headers since regex support is disabled.
 	rm $(PREFIX)$(DEVEL_PREFIX)/include/regex.h
 	rm $(PREFIX)$(DEVEL_PREFIX)/include/regexp.h
 endif
 ifneq ($(strip $(UCLIBC_HAS_WORDEXP)),y)
-	# Remove wordexp header if wordexp support is disabled.
+	# Remove wordexp header since wordexp support is disabled.
 	rm $(PREFIX)$(DEVEL_PREFIX)/include/wordexp.h
 endif
 ifneq ($(strip $(UCLIBC_HAS_FTW)),y)
-	# Remove ftw header if ftw support is disabled.
+	# Remove ftw header since ftw support is disabled.
 	rm $(PREFIX)$(DEVEL_PREFIX)/include/ftw.h
 endif
 ifneq ($(strip $(UCLIBC_HAS_GLOB)),y)
-	# Remove glob header if glob support is disabled.
+	# Remove glob header since glob support is disabled.
 	rm $(PREFIX)$(DEVEL_PREFIX)/include/glob.h
 endif
 	- at for i in `find  $(PREFIX)$(DEVEL_PREFIX) -type d` ; do \




More information about the uClibc-cvs mailing list