svn commit: trunk/uClibc

aldot at uclibc.org aldot at uclibc.org
Wed Jun 4 17:34:26 UTC 2008


Author: aldot
Date: 2008-06-04 10:34:25 -0700 (Wed, 04 Jun 2008)
New Revision: 22216

Log:
- remove duplicate removing of ustat.h


Modified:
   trunk/uClibc/Makefile.in


Changeset:
Modified: trunk/uClibc/Makefile.in
===================================================================
--- trunk/uClibc/Makefile.in	2008-06-04 14:57:16 UTC (rev 22215)
+++ trunk/uClibc/Makefile.in	2008-06-04 17:34:25 UTC (rev 22216)
@@ -241,12 +241,6 @@
 	# Remove xattr.h since extended attributes were disabled upon request
 	$(RM) $(PREFIX)$(DEVEL_PREFIX)include/sys/xattr.h
 endif
-ifneq ($(UCLIBC_SV4_DEPRECATED),y)
-	# Remove ustst.h since ustat was disabled upon request
-	$(RM) $(PREFIX)$(DEVEL_PREFIX)include/ustat.h
-	$(RM) $(PREFIX)$(DEVEL_PREFIX)include/sys/ustat.h
-	$(RM) $(PREFIX)$(DEVEL_PREFIX)include/bits/ustat.h
-endif
 ifneq ($(UCLIBC_HAS_PTY),y)
 	# Remove pty.h since PTY support was disabled upon request
 	$(RM) $(PREFIX)$(DEVEL_PREFIX)include/pty.h




More information about the uClibc-cvs mailing list