mirror of
https://github.com/GnoConsortium/gno.git
synced 2025-01-02 08:29:28 +00:00
mkso/Makefile, renram5/Makefile:
make these programs use the new chapter 8 generalization for the 'release' target
This commit is contained in:
parent
97bbd0ba97
commit
0ed60a2fe1
@ -1,5 +1,5 @@
|
||||
#
|
||||
# $Id: Makefile,v 1.1 1997/12/21 22:39:13 gdr Exp $
|
||||
# $Id: Makefile,v 1.2 1998/04/22 05:09:52 gdr-ftp Exp $
|
||||
#
|
||||
# Devin Reade, 1997
|
||||
#
|
||||
@ -11,5 +11,6 @@ PROG = mkso
|
||||
CFLAGS += # -D__STACK_CHECK__
|
||||
STACK = 1024
|
||||
BINDIR = /sbin
|
||||
CHAPTER = 8
|
||||
|
||||
.INCLUDE: /src/gno/prog.mk
|
||||
|
@ -1,21 +1,10 @@
|
||||
#
|
||||
# $Id: Makefile,v 1.2 1998/03/31 03:29:04 gdr-ftp Exp $
|
||||
# $Id: Makefile,v 1.3 1998/04/22 05:09:55 gdr-ftp Exp $
|
||||
#
|
||||
|
||||
PROG = renram5
|
||||
STACK = 768
|
||||
BINDIR = /sbin
|
||||
CUSTOM_RELEASE = true
|
||||
PROG = renram5
|
||||
STACK = 768
|
||||
BINDIR = /sbin
|
||||
CHAPTER = 8
|
||||
|
||||
.INCLUDE: /src/gno/prog.mk
|
||||
|
||||
release: $(OBJ_DIR)$(PROG) $(PROG).8 $(DESC)
|
||||
$(INSTALL) -d $(RELBIN) $(RELMAN)/man8 $(DESC_DIR)
|
||||
$(INSTALL) $(OBJ_DIR)$(PROG) $(RELBIN)
|
||||
$(INSTALL) $(PROG).8 $(RELMAN)/man8
|
||||
$(DESCU) -o $(DESC_SRC) $(DESC_SRC) $(DESC)
|
||||
|
||||
install: $(OBJ_DIR)$(PROG) $(PROG).8
|
||||
$(INSTALL) -d $(BINDIR) $(MANDIR)/man8
|
||||
$(INSTALL) $(OBJ_DIR)$(PROG) $(BINDIR)
|
||||
$(INSTALL) $(PROG).8 $(MANDIR)/man8
|
||||
|
Loading…
Reference in New Issue
Block a user