Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
SRB2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jaden
SRB2
Commits
e3c6d1ce
Commit
e3c6d1ce
authored
4 years ago
by
Golden
Browse files
Options
Downloads
Patches
Plain Diff
Add NOECHOFILENAMES, if people don't want logspam.
parent
8cfa21fb
No related branches found
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/Makefile
+2
-0
2 additions, 0 deletions
src/Makefile
with
2 additions
and
0 deletions
src/Makefile
+
2
−
0
View file @
e3c6d1ce
...
@@ -539,10 +539,12 @@ OBJS:=$(i_main_o) \
...
@@ -539,10 +539,12 @@ OBJS:=$(i_main_o) \
ifndef
ECHO
ifndef
ECHO
ifndef
NOECHOFILENAMES
define
echoName =
define
echoName =
@echo
--
$<
...
@echo
--
$<
...
endef
endef
endif
endif
endif
# List of languages to compile.
# List of languages to compile.
# For reference, this is the command I use to build a srb2.pot file from the source code.
# For reference, this is the command I use to build a srb2.pot file from the source code.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment