[Clfs-commits] [CLFS Trac] #183: I think tree is now redundant ?

CLFS Trac trac at cross-lfs.org
Tue Sep 30 16:29:19 PDT 2008


#183: I think tree is now redundant ?
--------------------+-------------------------------------------------------
  Reporter:  ken    |       Owner:  clfs-commits at lists.cross-lfs.org.
      Type:  task   |      Status:  new                              
  Priority:  major  |   Milestone:  CLFS Standard 1.2.0              
 Component:  BOOK   |     Version:  CLFS Standard SVN                
Resolution:         |    Keywords:                                   
--------------------+-------------------------------------------------------
Comment (by Cosmo):

 The book does not ask the reader to perform any tests. Running "make test-
 install" returns:

 {{{
 test -z "/etc/udev" || /bin/mkdir -p "/home/nate/src/udev-128/udev-test-
 install/etc/udev"
  /usr/bin/install -c -m 644 'udev.conf' '/home/nate/src/udev-128/udev-
 test-install/etc/udev/udev.conf'
 make[3]: Leaving directory `/home/nate/src/udev-128'
 make[2]: Leaving directory `/home/nate/src/udev-128'
 make[1]: Leaving directory `/home/nate/src/udev-128'
 tree /home/nate/src/udev-128/udev-test-install/
 make: tree: Command not found
 make: *** [test-install] Error 127
 }}}

 The code from Makefile
 {{{
 716 test-install:
 717         rm -rf $(PWD)/udev-test-install/
 718         make DESTDIR=$(PWD)/udev-test-install install
 719         tree $(PWD)/udev-test-install/
 }}}

 Tree was not installed on my system but we do not run any tests so in this
 sense Tree has become redundant. If you'd like me to remove it from the
 book just assign ticket to me.

-- 
Ticket URL: <http://trac.cross-lfs.org/ticket/183#comment:2>
CLFS Trac <http://trac.cross-lfs.org>
The Cross Linux From Scratch Project.


More information about the Clfs-commits mailing list