Show
Ignore:
Timestamp:
10/03/07 12:32:13 (5 years ago)
Author:
andi
Message:

Software version updates
Remove old webinterface directories (owi is current)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/openmct/packages/system/lsof/Makefile

    r369 r463  
    11# LSOF  
    2 DOWNLOAD=       ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_4.77.tar.bz2 
     2DOWNLOAD=       ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_4.78.tar.bz2 
    33 
    4 EXTRACTPOST=    $(TAR) -C $(SRCDIR) -xf $(SRCDIR)/lsof_4.77_src.tar 
     4EXTRACTPOST=    $(TAR) -C $(SRCDIR) -xf $(SRCDIR)/lsof_4.78_src.tar 
    55 
    66CONFIGUREARGS=  -n linux 
    77 
    8 SRCDIRSUFFIX=   /lsof_4.77_src 
     8SRCDIRSUFFIX=   /lsof_4.78_src 
    99 
    1010MAKEARGS=       CC=$(OPENMCT_CROSS_COMPILE)gcc CFLAGS="-Os"