]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
.gitignore, *.mk, README, RELEASE: Make $builddir a hidden dir
authorAlejandro Colomar <alx@kernel.org>
Sun, 12 Mar 2023 11:35:38 +0000 (12:35 +0100)
committerAlejandro Colomar <alx@kernel.org>
Sun, 12 Mar 2023 11:37:23 +0000 (12:37 +0100)
Use <.tmp> instead of <tmp>.  This makes it easier to ignore it in
things like recursive searches.

Signed-off-by: Alejandro Colomar <alx@kernel.org>
.gitignore
Makefile
README
RELEASE
lib/build.mk

index 904829dc0e5cea35101de3cb1049f48f2d5f4285..8786f3c2ab32e0d5f5c328fbe0e120b7a82ad136 100644 (file)
@@ -1,5 +1,5 @@
 # Default $builddir:
-/tmp/
+/.tmp/
 
 # checkpatch spurious output.  I hope we fix that some day.
 /.checkpatch-camelcase.git.
index 0b0af87bfe69bdbcc5a271aa71372ef84845a3fd..67faeed94da18ce363a30f83e129b6151708bd32 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -133,7 +133,7 @@ help-variables:
        $(info  )
        $(info  # Directory variables:)
        $(info  )
-       $(info  builddir        tmp)
+       $(info  builddir        .tmp)
        $(info  DESTDIR         )
        $(info  prefix          /usr/local)
        $(info  mandir          $$(datarootdir)/man)
diff --git a/README b/README
index adbcea10382c6250e2697a064cc131e9ff360ba3..a8bb62823f0002a5c6e40c022f66613afddf99c8 100644 (file)
--- a/README
+++ b/README
@@ -55,7 +55,7 @@ Files
    scripts/*
        Useful scripts for maintainers.
 
-   tmp/
+   .tmp/
        Default directory for files created by the build system.
 
 Versions
diff --git a/RELEASE b/RELEASE
index 3b1864f34bf1d4a7ec91c2ee4c753141ec87c522..21c5241906c2042dd317ba076e5ec21d2f8d00e4 100644 (file)
--- a/RELEASE
+++ b/RELEASE
@@ -109,7 +109,7 @@ Description
 
             -  Sign the tarball:
 
-                   $ cd tmp/
+                   $ cd .tmp/
                    $ gpg --detach-sign --armor man-pages-${new}.tar
 
             -  Upload the tarball:
@@ -194,7 +194,7 @@ Files
    lsm
        Linux software map.  See also <https://lsm.qqx.org/>.
 
-   tmp/man-pages-<version>.tar{,.xz,.gz}
+   .tmp/man-pages-<version>.tar{,.xz,.gz}
        Generated tarballs.  You can generate all with 'make dist', or generate
        only some of them, with 'make dist-tar', 'make dist-xz', or
        'make dist-gz'.
index ed1ae92ff2f5edc0428d3ab466b9fdd6ab761ed7..71a76ba10e95f278df8deda13e46835cd4be2e3b 100644 (file)
@@ -11,7 +11,7 @@ MAKEFILE_BUILD_INCLUDED := 1
 include $(srcdir)/lib/src.mk
 
 
-builddir := tmp
+builddir := .tmp
 
 _SRCDIR := $(builddir)/src