cvs commit: src/usr.bin/objformat Makefile objformat.c

Simon Schubert corecode at crater.dragonflybsd.org
Sun Aug 26 01:18:11 PDT 2007


corecode    2007/08/26 01:15:50 PDT

DragonFly src repository

  Modified files:
    usr.bin/objformat    Makefile objformat.c 
  Log:
  Compile in a variable default search prefix.
  
  Up to now, even a objdump created in the ctools phase used the standard
  search path ("/") instead of using the correct prefix, unless invoked
  with OBJFORMAT_PREFIX set.  Use TOOLS_PREFIX as a default search prefix to
  make the ctools phase objdump work as expected.
  
  Revision  Changes    Path
  1.11      +5 -0      src/usr.bin/objformat/Makefile
  1.23      +5 -1      src/usr.bin/objformat/objformat.c


http://www.dragonflybsd.org/cvsweb/src/usr.bin/objformat/Makefile.diff?r1=1.10&r2=1.11&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.bin/objformat/objformat.c.diff?r1=1.22&r2=1.23&f=u





More information about the Commits mailing list