* [Buildroot] svn commit: trunk/buildroot/package/hal
@ 2007-08-12 23:33 ulf at uclibc.org
0 siblings, 0 replies; only message in thread
From: ulf at uclibc.org @ 2007-08-12 23:33 UTC (permalink / raw)
To: buildroot
Author: ulf
Date: 2007-08-12 16:33:44 -0700 (Sun, 12 Aug 2007)
New Revision: 19476
Log:
Avoid killing /usr/include when cleaning 'hal'
Modified:
trunk/buildroot/package/hal/hal.mk
Changeset:
Modified: trunk/buildroot/package/hal/hal.mk
===================================================================
--- trunk/buildroot/package/hal/hal.mk 2007-08-12 23:31:36 UTC (rev 19475)
+++ trunk/buildroot/package/hal/hal.mk 2007-08-12 23:33:44 UTC (rev 19476)
@@ -70,7 +70,7 @@
rm -rf $(TARGET_DIR)/usr/share/hal/device-manager
rm -rf $(TARGET_DIR)/usr/lib/pkgconfig
# remove _everything_ in $(TARGET_DIR)/usr/include?
- rm -rf $(TARGET_DIR)/usr/include
+ # rm -rf $(TARGET_DIR)/usr/include
rm -rf $(TARGET_DIR)/usr/lib/libhal*.so
rm -rf $(TARGET_DIR)/usr/lib/libhal*.la
rm -rf $(TARGET_DIR)/usr/lib/hal
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-08-12 23:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-12 23:33 [Buildroot] svn commit: trunk/buildroot/package/hal ulf at uclibc.org
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox