r4402 - trunk/src/host/envedit

werner at docs.openmoko.org werner at docs.openmoko.org
Mon Apr 28 09:03:07 CEST 2008


Author: werner
Date: 2008-04-28 09:03:04 +0200 (Mon, 28 Apr 2008)
New Revision: 4402

Modified:
   trunk/src/host/envedit/envcpp.pl
Log:
- envcpp.pl: updated the title
- envcpp.pl: removed extension of @INC since we don't need @INC anymore



Modified: trunk/src/host/envedit/envcpp.pl
===================================================================
--- trunk/src/host/envedit/envcpp.pl	2008-04-28 05:25:40 UTC (rev 4401)
+++ trunk/src/host/envedit/envcpp.pl	2008-04-28 07:03:04 UTC (rev 4402)
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 #
-# envcpp.pl - U-Boot environment editor
+# envcpp.pl - Preprocessor for the U-Boot environment editor
 #
 # Copyright (C) 2006-2008 by OpenMoko, Inc.
 # Written by Werner Almesberger <werner at openmoko.org>
@@ -83,10 +83,6 @@
 }
 
 
-if ($0 =~ m#/[^/]*$#) {
-    push(@INC, $`);
-}
-
 while (@ARGV) {
     if ($ARGV[0] =~ /^-D/) {
 	shift @ARGV;





More information about the commitlog mailing list