Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nx-libs
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dimbor
nx-libs
Commits
a720908a
Commit
a720908a
authored
Feb 09, 2015
by
Mike Gabriel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove .gch files during cleanup (007_nxcompshad_clean-gch-files.full.patch).
When building nxcompshad .gch files get created. On cleanup these should be removed.
parent
f27e7424
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
19 deletions
+1
-19
007_nxcompshad_clean-gch-files.full.patch
debian/patches/007_nxcompshad_clean-gch-files.full.patch
+0
-17
series
debian/patches/series
+0
-1
Makefile.in
nxcompshad/Makefile.in
+1
-1
No files found.
debian/patches/007_nxcompshad_clean-gch-files.full.patch
deleted
100644 → 0
View file @
f27e7424
Description: Remove .gch files during cleanup.
When building nxcompshad .gch files get created. On
cleanup these should be removed.
Forwarded: pending...
Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Last-Update: 2012-12-31
--- a/nxcompshad/Makefile.in
+++ b/nxcompshad/Makefile.in
@@ -185,7 +185,7 @@
install.man:
clean:
- -rm -f *~ *.o *.bak st?????? core core.* *.out.* *.exe.stackdump \
+ -rm -f *~ *.o *.gch *.bak st?????? core core.* *.out.* *.exe.stackdump \
$(LIBFULL) $(LIBLOAD) $(LIBSHARED) $(LIBARCHIVE) $(LIBDLL) $(LIBDLLSTATIC) $(PROGRAM) $(PROGRAM).exe
distclean: clean
debian/patches/series
View file @
a720908a
007_nxcompshad_clean-gch-files.full.patch
008_nxcomp_sa-restorer.full+lite.patch
009_nxproxy_add-man-page.full+lite.patch
009_nxagent_add-man-page.full.patch
...
...
nxcompshad/Makefile.in
View file @
a720908a
...
...
@@ -185,7 +185,7 @@ install.bin:
install.man
:
clean
:
-
rm
-f
*
~
*
.o
*
.bak st?????? core core.
*
*
.out.
*
*
.exe.stackdump
\
-
rm
-f
*
~
*
.o
*
.
gch
*
.
bak st?????? core core.
*
*
.out.
*
*
.exe.stackdump
\
$(LIBFULL)
$(LIBLOAD)
$(LIBSHARED)
$(LIBARCHIVE)
$(LIBDLL)
$(LIBDLLSTATIC)
$(PROGRAM)
$(PROGRAM)
.exe
distclean
:
clean
...
...
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