[freenos] [freenos commit] r186 - Moved Ext2Create objects and binaries to the /srv/filesystem/ext2/host output directory.

  • From: codesite-noreply@xxxxxxxxxx
  • To: freenos@xxxxxxxxxxxxx
  • Date: Fri, 03 Jul 2009 11:57:19 +0000

Author: nieklinnenbank
Date: Fri Jul  3 04:55:25 2009
New Revision: 186

Modified:
   trunk/srv/filesystem/ext2/SConscript

Log:
Moved Ext2Create objects and binaries to the /srv/filesystem/ext2/host output directory.


Modified: trunk/srv/filesystem/ext2/SConscript
==============================================================================
--- trunk/srv/filesystem/ext2/SConscript        (original)
+++ trunk/srv/filesystem/ext2/SConscript        Fri Jul  3 04:55:25 2009
@@ -37,5 +37,5 @@
 #
 # Extended 2 FileSystem creation utility.
 #
-hostEnv.Program('create', [ 'Ext2Create.cpp' ],
+hostEnv.Program('host/create', [ 'host/Ext2Create.cpp' ],
                 LIBS = hostEnv['LIBS'], LIBPATH = hostEnv['LIBPATH'])

Other related posts:

  • » [freenos] [freenos commit] r186 - Moved Ext2Create objects and binaries to the /srv/filesystem/ext2/host output directory. - codesite-noreply