projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99803a4
)
Remove generated pkg-config files on `make clean'
author
Dan Nicholson
<dbn.lists@gmail.com>
Fri, 11 Jul 2008 17:43:29 +0000
(10:43 -0700)
committer
Dan Nicholson
<dbn.lists@gmail.com>
Fri, 11 Jul 2008 17:43:29 +0000
(10:43 -0700)
src/glu/Makefile
patch
|
blob
|
history
src/glut/glx/Makefile
patch
|
blob
|
history
src/glut/mini/Makefile
patch
|
blob
|
history
src/glw/Makefile
patch
|
blob
|
history
src/mesa/Makefile
patch
|
blob
|
history
src/mesa/drivers/dri/Makefile
patch
|
blob
|
history
diff --git
a/src/glu/Makefile
b/src/glu/Makefile
index fe19fd1ff34697794997b02d8682d9d9d1966ab2..599b3fc75a3bb927e762d0186294b4579dfff228 100644
(file)
--- a/
src/glu/Makefile
+++ b/
src/glu/Makefile
@@
-32,3
+32,4
@@
clean:
-@for dir in $(SUBDIRS) ; do \
(cd $$dir && $(MAKE) clean) ; \
done
+ -rm -f *.pc
diff --git
a/src/glut/glx/Makefile
b/src/glut/glx/Makefile
index 819dfd250225a3d6007e74d94d111dfb69d5e1a3..660ce8e4f522fcda06d7811b1073a3f6f6b123e2 100644
(file)
--- a/
src/glut/glx/Makefile
+++ b/
src/glut/glx/Makefile
@@
-119,6
+119,7
@@
clean:
-rm -f *.o *~
-rm -f *.lo
-rm -f *.la
+ -rm -f *.pc
-rm -rf .libs
-rm -f depend depend.bak
diff --git
a/src/glut/mini/Makefile
b/src/glut/mini/Makefile
index 6aba2af0a3a97bb5cea045c0650a977ae1e72473..3b5a73e09aeb0e35e2ccb0c200202ec42ae72ab9 100644
(file)
--- a/
src/glut/mini/Makefile
+++ b/
src/glut/mini/Makefile
@@
-93,6
+93,6
@@
install: glut.pc
# Remove .o and backup files
clean: depend
-rm -f depend depend.bak
- -rm -f *.o *~ *.o *~ *.so libglut.so.3.7
+ -rm -f *.o *~ *.o *~ *.so
*.pc
libglut.so.3.7
include depend
diff --git
a/src/glw/Makefile
b/src/glw/Makefile
index f0dd1acb43b8429e7ac4a841d86b98f95e8438b5..0c11a9d8385850e58aee3067b2582dbd6d613030 100644
(file)
--- a/
src/glw/Makefile
+++ b/
src/glw/Makefile
@@
-44,7
+44,7
@@
install: glw.pc
clean:
-rm -f depend depend.bak
- -rm -f *.o *~
+ -rm -f *.o *
.pc *
~
# Make the library
diff --git
a/src/mesa/Makefile
b/src/mesa/Makefile
index 3827ffb3f72403fa7c67152460a87e581534037d..bd3627b5eb524c5b944bfc0bc126b301f79d2464 100644
(file)
--- a/
src/mesa/Makefile
+++ b/
src/mesa/Makefile
@@
-129,6
+129,7
@@
clean:
-rm -f */*/*.o
-rm -f depend depend.bak libmesa.a libglapi.a
-rm -f drivers/*/*.o
+ -rm -f *.pc
-@cd drivers/dri && $(MAKE) clean
-@cd drivers/x11 && $(MAKE) clean
-@cd drivers/osmesa && $(MAKE) clean
diff --git
a/src/mesa/drivers/dri/Makefile
b/src/mesa/drivers/dri/Makefile
index 96118e01765dd04afacd7de6f3b4b71a737b6e00..3b3fcf11df118f8f29047ed684e1a52b59df2575 100644
(file)
--- a/
src/mesa/drivers/dri/Makefile
+++ b/
src/mesa/drivers/dri/Makefile
@@
-53,3
+53,4
@@
clean:
fi \
done
-rm -f common/*.o
+ -rm -f *.pc