Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Change required for common.mk of the lshwi utility: (2 Items)
   
Change required for common.mk of the lshwi utility  
Hi,

Following is the change from 6.4.1 branch to trunk.
This breaks the bsp validate script which searches for roots.mk to insert 
   INSTALL_ROOT_nto = '"$INSTALL_ROOT"'
      USE_INSTALL_ROOT=1
Index: common.mk
===================================================================
--- common.mk	(.../branches/6.4.1/trunk/utils/l/lshwi/common.mk)	(revision 234231)
+++ common.mk	(.../trunk/utils/l/lshwi/common.mk)	(revision 234231)
@@ -10,8 +10,7 @@
 endef
 
 include $(MKFILES_ROOT)/qtargets.mk
--include $(PROJECT_ROOT)/roots.mk
- 
+
 LIBS+=drvr
 
 VFLAG_g=-gstabs+

Regards,
Krishna Kanth Reddy K.R.
Re: Change required for common.mk of the lshwi utility  
I'm fine with the changes and I've look into other utilities (less, ls and ld) and none of them include root.mk.