Ignore:
Timestamp:
May 29, 2009, 3:55:14 PM (15 years ago)
Author:
garnier
Message:

file release beta

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/GNUmakefile

    r850 r1058  
    1 # $Id: GNUmakefile,v 1.88 2007/11/30 16:50:46 gcosmo Exp $
     1# $Id: GNUmakefile,v 1.90 2009/01/23 11:06:13 gcosmo Exp $
    22# -----------------------------------------------------------------
    33# "gmake" makes default libraries for each subdomain.
     
    7373libmap: liblist
    7474        @$(ECHO) "Libmap stage. Searching for GNUmakefiles and sorting ..."
    75         @find . \
     75        @$(FIND) . \
    7676          -name GNUmakefile -exec $(GREP) -l '^ *name *:=' {} \; \
    77           | sort \
     77          | $(SORT) \
    7878          > /tmp/G4_all_lib_makefiles.$(unique);
    7979        @$(ECHO) "Weeding out paths and files ..."
     
    8585        done
    8686        @$(ECHO) "Making libname.map starter file ..."
    87         @touch /tmp/G4libname.map.starter.$(unique);
     87        @$(TOUCH) /tmp/G4libname.map.starter.$(unique);
    8888        @for i in `$(CAT) /tmp/G4_granlib_makefiles.$(unique)`; \
    8989        do \
     
    150150banner:
    151151        @$(ECHO) "*************************************************************"
    152         @$(ECHO) " Installation Geant4 version $$Name: HEAD $ "
    153         @$(ECHO) " Copyright (C) 1994-2008 Geant4 Collaboration                            "
     152        @$(ECHO) " Installation Geant4 version $$Name: geant4-09-02-ref-02 $ "
     153        @$(ECHO) " Copyright (C) 1994-2009 Geant4 Collaboration                            "
    154154        @$(ECHO) "*************************************************************"
    155155
Note: See TracChangeset for help on using the changeset viewer.