projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c30e14c
)
autotools: po/Makevars is generated by configure, not Makefile.
author
Cedric BAIL
<cedric@osg.samsung.com>
Thu, 31 Jul 2014 01:38:42 +0000
(
03:38
+0200)
committer
Cedric BAIL
<cedric@osg.samsung.com>
Thu, 31 Jul 2014 10:03:58 +0000
(12:03 +0200)
If you did do a make clean, then you couldn't do a make afterward. Reason
was that po/Makevars is generated by configure and not Makefile. So it can
only be cleaned with make distclean and not make clean.
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index d47c105b37bbdf2ac902f2a0410005a61dd35bc5..01cb01de4bf314276e4c528bafafaf9ee6fce8f0 100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-425,4
+425,3
@@
pkgbuild::
clean-local:
rm -rf benchmark coverage
- rm -f po/Makevars