- Timestamp:
- Nov 10, 2009, 12:45:43 AM (15 years ago)
- Location:
- trunk/server/common/oursrc/execsys
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/common/oursrc/execsys/Makefile.in
r1337 r1358 12 12 all-local: static-cat 13 13 14 static-cat.c: static-cat.c.pre execsys-binfmt.pre14 static-cat.c: static-cat.c.pre 15 15 syscat_path=$(SYSCATPATH)/static-cat perl upd-execsys 16 16 -
trunk/server/common/oursrc/execsys/upd-execsys
r1337 r1358 99 99 100 100 open(CAT, "./static-cat.c.pre"); 101 $file = <CAT>;102 ($fstart, $fend) = ($file =~ /$regexp/s);101 my $file = <CAT>; 102 my ($fstart, $fend) = ($file =~ /$regexp/s); 103 103 close(CAT); 104 104
Note: See TracChangeset
for help on using the changeset viewer.