install_v2.diff
application/octet-stream
Filename: install_v2.diff
Type: application/octet-stream
Part: 0
Patch
Same data as JSON:
GET /api/v1/attachments/:id/patch
the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes.
API reference →
Format: unified
Series: patch v2
| File | + | − |
|---|---|---|
| Makefile | 7 | 1 |
diff --git a/Makefile b/Makefile index 99dcfff654..97b9f2bcbc 100644 --- a/Makefile +++ b/Makefile @@ -17,8 +17,14 @@ all: all check install installdirs installcheck installcheck-parallel uninstall clean distclean maintainer-clean dist distcheck world check-world install-world installcheck-world: @if [ ! -f GNUmakefile ] ; then \ + if [ -f INSTALL ] ; then \ + INSTRUCTIONS="'INSTALL'"; \ + else \ + INSTRUCTIONS="'README.git'"; \ + fi; \ echo "You need to run the 'configure' program first. See the file"; \ - echo "'INSTALL' for installation instructions." ; \ + echo "$$INSTRUCTIONS for installation instructions, or visit: " ; \ + echo "<https://www.postgresql.org/docs/devel/installation.html>" ; \ false ; \ fi @IFS=':' ; \