Ignore:
Timestamp:
Sep 17, 2002, 11:50:26 AM (22 years ago)
Author:
pstorz
Message:

neu

Location:
trunk/technical/common/build
Files:
4 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/technical/common/build/buildall.pl

    r601 r610  
    22# automatisches buildskript fuer smartclient
    33# liest die konfiguration aus der mit -b übergebenen Datei
    4 # $Id: buildall.pl,v 1.7 2002/09/06 08:33:24 pstorz Exp $
     4# $Id: buildall.pl,v 1.8 2002/09/17 09:50:02 pstorz Exp $
    55# Philipp Storz, SuSE Linux AG
    66# pstorz@suse.de
     
    2222getopts('b:');
    2323
     24
    2425if (!$opt_b)
    25 {die "usage: buildall.pl -b buildlist\n";
     26{
     27$opt_b = "buildlist";
     28print "using default buildlist: buildlist\n\n";
     29print "other buildlist can be specified with -b buildlist\n\n";
    2630};
    2731
Note: See TracChangeset for help on using the changeset viewer.