diff options
| author | Helmut Eller | 2025-09-11 22:15:13 +0200 |
|---|---|---|
| committer | Helmut Eller | 2025-09-11 22:15:13 +0200 |
| commit | d2cac0f07d689d04e4906372fe431f0c9ce24798 (patch) | |
| tree | 5540be60452662373c8ab0c21269608c4eec2f4e | |
| parent | cd33ec033f55c2a20a30b2d67a3ddbd6ef42f1a7 (diff) | |
| download | emacs-scratch/mps-import.tar.gz emacs-scratch/mps-import.zip | |
Use the .gitkeep idiom for empty mps/tool/autoconf/build-aux/scratch/mps-import
| -rw-r--r-- | .gitignore | 7 | ||||
| -rwxr-xr-x | autogen.sh | 6 | ||||
| -rw-r--r-- | mps/tool/autoconf/build-aux/.gitkeep | 0 |
3 files changed, 7 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore index 5655ee9924e..f3c9a297262 100644 --- a/.gitignore +++ b/.gitignore | |||
| @@ -392,6 +392,13 @@ exec/config-mips.m4 | |||
| 392 | exec/configure | 392 | exec/configure |
| 393 | exec/*.s.s | 393 | exec/*.s.s |
| 394 | 394 | ||
| 395 | # Keep empty mps/tool/autoconf/build-aux directory around | ||
| 396 | !mps/tool/autoconf/build-aux/.gitkeep | ||
| 397 | mps/tool/autoconf/build-aux/config.guess | ||
| 398 | mps/tool/autoconf/build-aux/config.sub | ||
| 399 | mps/tool/autoconf/build-aux/install-sh | ||
| 400 | mps/configure | ||
| 401 | |||
| 395 | # MPS telemetry output | 402 | # MPS telemetry output |
| 396 | /src/mpsio.txt | 403 | /src/mpsio.txt |
| 397 | /compile_commands.events.json | 404 | /compile_commands.events.json |
diff --git a/autogen.sh b/autogen.sh index 835923fab19..fd5d7cad84d 100755 --- a/autogen.sh +++ b/autogen.sh | |||
| @@ -261,12 +261,6 @@ Please report any problems with this script to bug-gnu-emacs@gnu.org .' | |||
| 261 | mv aclocal.m4.tmp aclocal.m4 | 261 | mv aclocal.m4.tmp aclocal.m4 |
| 262 | fi || exit | 262 | fi || exit |
| 263 | 263 | ||
| 264 | # Install auxiliary build tools for mps/ | ||
| 265 | mkdir -p mps/tool/autoconf/build-aux | ||
| 266 | for file in config.guess config.sub install-sh; do | ||
| 267 | cp -p build-aux/$file mps/tool/autoconf/build-aux/ || exit | ||
| 268 | done | ||
| 269 | |||
| 270 | echo "Running 'autoreconf -fi -I m4' ..." | 264 | echo "Running 'autoreconf -fi -I m4' ..." |
| 271 | 265 | ||
| 272 | ## Let autoreconf figure out what, if anything, needs doing. | 266 | ## Let autoreconf figure out what, if anything, needs doing. |
diff --git a/mps/tool/autoconf/build-aux/.gitkeep b/mps/tool/autoconf/build-aux/.gitkeep new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/mps/tool/autoconf/build-aux/.gitkeep | |||