Changeset 6323d0de6d43801cfad09abef8ea087b36e3d8d8
- Timestamp:
- 10/04/07 23:01:25
(9 months ago)
- Author:
- Christophe Mutricy <xtophe@videolan.org>
- git-committer:
- Christophe Mutricy <xtophe@videolan.org> 1191531685 +0000
- git-parent:
[8f6df3cf0945c3fcba06799a20d9968dea3af0d7]
- git-author:
- Christophe Mutricy <xtophe@videolan.org> 1191531685 +0000
- Message:
Don't delete compile. It can't go wrong and get regenerated by configure anyway
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r92ba24e |
r6323d0d |
|
| 204 | 204 | rm -Rf autom4te*.cache |
|---|
| 205 | 205 | # remove old autotools extra cruft |
|---|
| 206 | | rm -f config.guess config.sub missing mkinstalldirs compile depcomp install-sh |
|---|
| | 206 | rm -f config.guess config.sub missing mkinstalldirs depcomp install-sh |
|---|
| 207 | 207 | # remove new autotools extra cruft |
|---|
| 208 | 208 | rm -Rf autotools |
|---|
| … | … | |
| 232 | 232 | |
|---|
| 233 | 233 | # Do the rest |
|---|
| | 234 | echo $PATH |
|---|
| | 235 | which autopoint |
|---|
| | 236 | autopoint --version |
|---|
| | 237 | |
|---|
| 234 | 238 | ${autopoint} -f |
|---|
| 235 | 239 | rm -f po/Makevars.template |
|---|