HomeFreeBSD

Prevent `make distclean` removing config/config.rpath

Description

Prevent make distclean removing config/config.rpath

make distclean removes an empty file config/config.rpath.
Avoid that by adding some text.

Also see e1245d83e9("Prevent make distclean removing 0 sized file").

--

  1. find . -size 0 ./config/config.rpath
  2. ./autogen.sh && ./configure
  3. git diff
  4. make distclean
  5. git diff diff --git a/config/config.rpath b/config/config.rpath deleted file mode 100644 index e69de29bb..000000000

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Tomohiro Kusumi <kusumi.tomohiro@gmail.com>
Closes #8665

Details

Provenance
kusumi.tomohiro_gmail.comAuthored on Apr 26 2019, 6:22 PM
Brian Behlendorf <behlendorf1@llnl.gov>Committed on Apr 26 2019, 6:22 PM
Parents
rG126d0fa7333c: Use SEEK_{SET,CUR,END} for file seek "whence"
Branches
Unknown
Tags
Unknown

Event Timeline

Brian Behlendorf <behlendorf1@llnl.gov> committed rG9dfe4b80f0d1: Prevent `make distclean` removing config/config.rpath (authored by Tomohiro Kusumi <kusumi.tomohiro@gmail.com>).Apr 26 2019, 6:22 PM