Changeset 610
- Timestamp:
- Sep 17, 2002, 11:50:26 AM (22 years ago)
- Location:
- trunk/technical/common/build
- Files:
-
- 4 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/technical/common/build/buildall.pl
r601 r610 2 2 # automatisches buildskript fuer smartclient 3 3 # liest die konfiguration aus der mit -b übergebenen Datei 4 # $Id: buildall.pl,v 1. 7 2002/09/06 08:33:24pstorz Exp $4 # $Id: buildall.pl,v 1.8 2002/09/17 09:50:02 pstorz Exp $ 5 5 # Philipp Storz, SuSE Linux AG 6 6 # pstorz@suse.de … … 22 22 getopts('b:'); 23 23 24 24 25 if (!$opt_b) 25 {die "usage: buildall.pl -b buildlist\n"; 26 { 27 $opt_b = "buildlist"; 28 print "using default buildlist: buildlist\n\n"; 29 print "other buildlist can be specified with -b buildlist\n\n"; 26 30 }; 27 31
Note:
See TracChangeset
for help on using the changeset viewer.