Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Aayush
purr-data
Commits
ce6e3b76
Commit
ce6e3b76
authored
Mar 09, 2018
by
Albert Gräf
Browse files
debuild burps on non-existing extensions subdir in make distclean.
parent
361f65b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
packages/Makefile
View file @
ce6e3b76
...
...
@@ -420,7 +420,7 @@ clean: abstractions_clean doc_clean externals_clean pd_clean
distclean
:
cruft_clean
$(MAKE)
-C
$(abstractions_src)
distclean
$(MAKE)
-C
$(extensions_src)
distclean
-
$(MAKE)
-C
$(extensions_src)
distclean
$(MAKE)
-C
$(externals_src)
distclean
-
$(MAKE)
-C
$(pd_src)
distclean
...
...
Write
Preview
Supports
Markdown
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