Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Ben Avison
BuildSys
Commits
327b245f
Commit
327b245f
authored
Oct 08, 2020
by
Ben Avison
Committed by
ROOL
Jun 12, 2021
Browse files
Implement stripdepnd for cross-compilation use
parent
9b0aed8c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
GNUmakefiles/StdTools
GNUmakefiles/StdTools
+1
-1
No files found.
GNUmakefiles/StdTools
View file @
327b245f
...
...
@@ -92,7 +92,7 @@ SQZ = armsqueeze
else
SQZ = @echo > /dev/null
endif
#
STRIPDEPEND = stripdepnd
STRIPDEPEND = stripdepnd
() { echo stripdepnd "$$1"; local src; local dst; src=$$1; [ "$$1" = "" ] && src=Makefile; dst=$$(mktemp); awk 'NR==1,/^. Dynamic dependencies:$$/' "$$src" > "$$dst"; mv "$$dst" "$$src"; }; stripdepnd
#TOGPA = ToGPA
#TOKENCHECK = tokencheck
TOKENISE = Tokenise
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment