diff options
| author | Richard Lowe <richlowe@richlowe.net> | 2021-03-02 16:56:15 -0600 |
|---|---|---|
| committer | Richard Lowe <richlowe@richlowe.net> | 2021-05-04 13:46:34 -0500 |
| commit | f96a0cef040313f6281fbc014a0b63d5c5cc760f (patch) | |
| tree | 6051c4badbcfc8f0a09132dc273dc8df0f5a3308 /usr/src/stand/Makefile | |
| parent | 59460b493cd70b38e999010c370d57e58b989e45 (diff) | |
| download | illumos-joyent-f96a0cef040313f6281fbc014a0b63d5c5cc760f.tar.gz | |
13762 stop passing MFLAGS to make(1)
Reviewed by: Toomas Soome <tsoome@me.com>
Reviewed by: Andy Fiddaman <andy@omnios.org>
Reviewed by: Jason King <jason.brian.king@gmail.com>
Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/stand/Makefile')
| -rw-r--r-- | usr/src/stand/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/usr/src/stand/Makefile b/usr/src/stand/Makefile index 72b3c3a24f..fc7ade4268 100644 --- a/usr/src/stand/Makefile +++ b/usr/src/stand/Makefile @@ -20,11 +20,8 @@ # CDDL HEADER END # # -#ident "%Z%%M% %I% %E% SMI" -# # Copyright (c) 1994 by Sun Microsystems, Inc. # -# stand/Makefile include ../Makefile.master @@ -42,6 +39,6 @@ lint := TARGET = lint install := TARGET = install $(SUBDIRS): FRC - @cd $@; pwd; $(MAKE) $(MFLAGS) $(TARGET) + @cd $@; pwd; $(MAKE) $(TARGET) FRC: |
