Ignore:
Timestamp:
May 2, 2006, 2:37:57 PM (18 years ago)
Author:
garonne
Message:

see CL 305

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMT/HEAD/mgr/fragments/cleanup_header

    r127 r183  
    44        @cd .
    55
    6 #------------------------------------------------------------------------
    7 #        Temporary hack to deal with missing files
    8 #        and to avoid infinite loops in make. However, this must be seen as a ugly hack
    9 #        since it considers an Atlas use case with config.h.in. This hack is
    10 #        harmless to any user of this special file though.
    11 # =====> the .DEFAULT target should eventually complete disappear
    12 #------------------------------------------------------------------------
     6ifndef PEDANTIC
     7.DEFAULT::
     8        @echo "You should provide a target for this file  $@"
     9#       @exit 0
     10endif
    1311
    14 .DEFAULT::
    15         @echo "You should provide a target for this file  $@"
    16 #       @if echo $@ | grep config.h.in ; then exit 0; else exit 1; fi
     12#ifdef PEDANTIC
     13#.DEFAULT::
     14#       @echo "You should provide a target for this file  $@"
     15#       @exit 1
     16#endif
    1717
    18 ##@echo Using default action for $@
     18
    1919
    2020
Note: See TracChangeset for help on using the changeset viewer.