diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-03-27 10:48:49 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-03-27 10:48:49 +0000 |
commit | eb62b06be2da4592da0bedf2e8814bcf0f691905 (patch) | |
tree | b02b60f60a84ca5c59eba60995ecee2bd49dfff4 /solenv/inc/startup/startup.mk | |
parent | b57fee8153ab7bb8a2fdc2a12a5ccc0c0927d6f4 (diff) |
MWS_SRX644: migrate branch mws_srx644 -> HEAD
Diffstat (limited to 'solenv/inc/startup/startup.mk')
-rw-r--r-- | solenv/inc/startup/startup.mk | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/solenv/inc/startup/startup.mk b/solenv/inc/startup/startup.mk index 09ce546307ca..85b6b829449e 100644 --- a/solenv/inc/startup/startup.mk +++ b/solenv/inc/startup/startup.mk @@ -17,7 +17,6 @@ __.silent !:= $(.SILENT) # Preserve user's .SILENT flag .SILENT !:= yes .NOTABS !:= yes .ERROR : - @+echo found ERROR @echo ---* $(MKFILENAME) *--- # Define the directory separator string. @@ -100,7 +99,7 @@ MAXLINELENGTH = 65530 RMTARGET *= $< # Default recipe that is used to remove intermediate targets. -.REMOVE :; +-echo dummy remove #$(RM) $(RMFLAGS) $(RMTARGET) +.REMOVE :; #+-echo dummy remove #$(RM) $(RMFLAGS) $(RMTARGET) #.REMOVE :; echo $(RM) $(RMFLAGS) $(RMTARGET) dummy_mh: @@ -146,7 +145,7 @@ NULLPRQ *:= __.NULLPRQ # Standard C-language command names and flags CPP *:= $/lib$/cpp # C-preprocessor - CC *:= cc # C compiler +# CC *:= cc # C compiler CFLAGS *= # C compiler flags "C++" *:= CC # C++ Compiler "C++FLAGS" *= # C++ Compiler flags |