source: CMT/HEAD/mgr/fragments/cleanup_header@ 124

Last change on this file since 124 was 124, checked in by garonne, 20 years ago

change the default target

  • Property svn:eol-style set to native
File size: 809 bytes
RevLine 
[2]1#-- start of cleanup_header --------------
2
3clean :: ${CONSTITUENT}clean
4 @cd .
5
[108]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#------------------------------------------------------------------------
[2]13
[108]14.DEFAULT::
[124]15 @echo "You should provide a target for this file $@"
16# @if echo $@ | grep config.h.in ; then exit 0; else exit 1; fi
[108]17
18##@echo Using default action for $@
19
20
[2]21${CONSTITUENT}clean ::
22#-- end of cleanup_header ---------------
Note: See TracBrowser for help on using the repository browser.