[Buildroot] svn commit: trunk/buildroot/package/neon

jacmet at uclibc.org jacmet at uclibc.org
Tue Aug 26 20:47:16 UTC 2008


Author: jacmet
Date: 2008-08-26 13:47:15 -0700 (Tue, 26 Aug 2008)
New Revision: 23220

Log:
neon: strip target library

neon doesn't have an install-strip target, so do it afterwards instead.

Modified:
   trunk/buildroot/package/neon/neon.mk


Changeset:
Modified: trunk/buildroot/package/neon/neon.mk
===================================================================
--- trunk/buildroot/package/neon/neon.mk	2008-08-26 20:47:12 UTC (rev 23219)
+++ trunk/buildroot/package/neon/neon.mk	2008-08-26 20:47:15 UTC (rev 23220)
@@ -27,3 +27,8 @@
 endif
 
 $(eval $(call AUTOTARGETS,package,neon))
+
+# neon doesn't have an install-strip target, so do it afterwards
+$(NEON_HOOK_POST_INSTALL): $(NEON_TARGET_INSTALL_TARGET)
+	$(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $(TARGET_DIR)/usr/lib/libneon.so
+	touch $@




More information about the buildroot mailing list