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
Debian Astro Team
astrometry.net
Commits
d45b0658
Commit
d45b0658
authored
Apr 28, 2020
by
Ole Streicher
Browse files
Don't fail during 'make clean'
parent
b9e448f3
Changes
2
Hide whitespace changes
Inline
Side-by-side
debian/patches/Don-t-fail-on-rm-during-make-clean.patch
0 → 100644
View file @
d45b0658
From: Ole Streicher <olebole@debian.org>
Date: Tue, 28 Apr 2020 09:21:11 +0200
Subject: Don't fail during 'make clean'
---
Makefile | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/Makefile b/Makefile
index 3aaa6a6..8b7bba3 100644
--- a/Makefile
+++ b/Makefile
@@ -339,9 +339,7 @@
clean:
$(MAKE) -C util clean
$(MAKE) -C catalogs clean
-$(MAKE) -C qfits-an clean
- -rm __init__.pyc
- $(MAKE) -C gsl-an clean
- -rm gsl-an/config.h
+ -rm -f __init__.pyc
$(MAKE) -C libkd clean
$(MAKE) -C blind clean
$(MAKE) -C sdss clean
debian/patches/series
View file @
d45b0658
...
...
@@ -5,3 +5,4 @@ Fix-issues-when-using-Debian-libs-instead-of-convienience.patch
Call-python-scripts-as-modules-instead-of-executables.patch
Fix-shared-lib-flags-so-that-the-package-can-be-built-on-.patch
Remove-errornous-generation-of-net-client.py.patch
Don-t-fail-on-rm-during-make-clean.patch
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment