[uClibc-cvs] uClibc Makefile,1.215,1.216

Manuel Novoa III mjn3 at uclibc.org
Mon Sep 8 20:33:05 UTC 2003


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

Modified Files:
	Makefile 
Log Message:
Add back in table-less ctype funcs for those interested in minimizing
  static build sizes and not needing wchar support.
Add in a SUSv3 getopt as an option for those not needing gnu getopt.
  Again, mainly for the static linking crowd.


Index: Makefile
===================================================================
RCS file: /var/cvs/uClibc/Makefile,v
retrieving revision 1.215
retrieving revision 1.216
diff -u -d -r1.215 -r1.216
--- Makefile	8 Sep 2003 08:40:55 -0000	1.215
+++ Makefile	8 Sep 2003 20:33:00 -0000	1.216
@@ -228,6 +228,10 @@
 	# Remove glob header since glob support is disabled.
 	rm $(PREFIX)$(DEVEL_PREFIX)/include/glob.h
 endif
+ifneq ($(strip $(UCLIBC_HAS_GNU_GETOPT)),y)
+	# Remove getopt header since gnu getopt support is disabled.
+	rm $(PREFIX)$(DEVEL_PREFIX)/include/getopt.h
+endif
 	- at for i in `find  $(PREFIX)$(DEVEL_PREFIX) -type d` ; do \
 	    chmod -f 755 $$i; chmod -f 644 $$i/*.h; \
 	done;




More information about the uClibc-cvs mailing list