Ignore:
Timestamp:
09/24/09 16:10:31 (15 years ago)
Author:
daqct3
Message:
Updates to scripts
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/Scripts/updateall

    r76 r119  
    1111echo -n "Hit enter to make drsdaq"
    1212read
     13make -C drsdaq clean
    1314make -C drsdaq
    1415
    1516echo -n "Hit enter to make hvcontrol"
    1617read
     18make -C hvcontrol clean
    1719make -C hvcontrol
    1820
     
    2022read
    2123cd tools/ddd
     24make clean
    2225qmake
    2326make
     
    2629echo -n "Hit enter to make inspectrawfile"
    2730read
     31make -C tools/inspectrawfile clean
    2832make -C tools/inspectrawfile
    2933
    3034echo -n "Hit enter to make SocketClient"
    3135read
     36make -C tools/SocketClient clean
    3237make -C tools/SocketClient
    3338
     39echo -n "Hit enter to make SkyQualityMonitor"
     40read
     41make -C tools/SkyQualityMonitor clean
     42make -C tools/SkyQualityMonitor
     43
    3444popd >/dev/null
Note: See TracChangeset for help on using the changeset viewer.