Last change
on this file since 108 was 108, checked in by arnault, 20 years ago |
Hack for the .DEFAUT target see CL#289
|
-
Property svn:eol-style
set to
native
|
File size:
749 bytes
|
Line | |
---|
1 | #-- start of cleanup_header --------------
|
---|
2 |
|
---|
3 | clean :: ${CONSTITUENT}clean
|
---|
4 | @cd .
|
---|
5 |
|
---|
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 | #------------------------------------------------------------------------
|
---|
13 |
|
---|
14 | .DEFAULT::
|
---|
15 | @if echo $@ | grep config.h.in ; then exit 0; else exit 1; fi
|
---|
16 |
|
---|
17 | ##@echo Using default action for $@
|
---|
18 |
|
---|
19 |
|
---|
20 | ${CONSTITUENT}clean ::
|
---|
21 | #-- end of cleanup_header ---------------
|
---|
Note:
See
TracBrowser
for help on using the repository browser.