Skip to content

Commit

Permalink
Imake.rules: do not print "using system-wide ..." twice
Browse files Browse the repository at this point in the history
only let the actual print happen and hide the corresponding echo
  • Loading branch information
uli42 committed May 11, 2024
1 parent bf5140a commit a4dc3ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nx-X11/config/cf/Imake.rules
Original file line number Diff line number Diff line change
Expand Up @@ -1976,7 +1976,7 @@ DependDependencyStatement() @@\
NoCmpScript(ProgramTargetName($(DEPEND))) @@\
@@\
ProgramTargetName($(DEPEND)): @@\
echo "using system-wide depend, continuing in $(CURRENT_DIR)"
@echo "using system-wide depend, continuing in $(CURRENT_DIR)"

#endif /* UseInstalled */
#endif /* DependDependency */
Expand Down Expand Up @@ -2069,7 +2069,7 @@ target:: ProgramTargetName($(IMAKE)) @@\
NoCmpScript(ProgramTargetName($(IMAKE)) $(IMAKE).Osuf) @@\
@@\
ProgramTargetName($(IMAKE)) $(IMAKE).Osuf: @@\
echo "using system-wide imake, continuing in $(CURRENT_DIR)"
@echo "using system-wide imake, continuing in $(CURRENT_DIR)"
#endif /* UseInstalled */
#endif /* ImakeDependency */

Expand Down

0 comments on commit a4dc3ed

Please sign in to comment.