FreeBSD Bugzilla – Attachment 240140 Details for
Bug 269540
`make run` is invalid in top level of doc
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix suggested by Ceri Davies.
0001-make-warn-user-when-make-run-is-invoked-from-repo-ro.patch (text/plain), 586 bytes, created by
Andrey Portnoy
on 2023-02-13 23:21:28 UTC
(
hide
)
Description:
Fix suggested by Ceri Davies.
Filename:
MIME Type:
Creator:
Andrey Portnoy
Created:
2023-02-13 23:21:28 UTC
Size:
586 bytes
patch
obsolete
>From 58edff736bdf86dfd742439e998f842981d8a54d Mon Sep 17 00:00:00 2001 >From: Andrey Portnoy <aportnoy@fastmail.com> >Date: Mon, 13 Feb 2023 18:12:35 -0500 >Subject: [PATCH] make: warn user when `make run` is invoked from repo root > >Change due to Ceri Davies. >--- > Makefile | 3 +++ > 1 file changed, 3 insertions(+) > >diff --git a/Makefile b/Makefile >index 699f314739..9b8092079d 100644 >--- a/Makefile >+++ b/Makefile >@@ -18,4 +18,7 @@ SUBDIR+= website > > SUBDIR_PARALLEL= yes > >+run: >+ @(echo The 'run' target is only valid in a subdirectory; exit 1) >+ > .include <bsd.subdir.mk> >-- >2.39.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 269540
: 240140