The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
* [TUHS] 3B2 System V 3.2 make
@ 2023-03-23 20:33 KenUnix
  2023-03-23 20:39 ` [TUHS] " Larry McVoy
  0 siblings, 1 reply; 3+ messages in thread
From: KenUnix @ 2023-03-23 20:33 UTC (permalink / raw)
  To: UNIX TUHS Group

[-- Attachment #1: Type: text/plain, Size: 370 bytes --]

I have a question. I am running UNIX System V Release 3.2 AT&T 3B2/400 on a
3B2/400 SIM.

I went to use "make" however it is not there only the source:

bu
defs
doname.c
dosys.c
dyndep.c
files.c
gram.y
main.c
make.mk
misc.c
perror.c
prtmem.c
rules.c

How can you make "make" using make.mk without make?

Any help appreciated,
Ken

-- 
WWL 📚

[-- Attachment #2: Type: text/html, Size: 823 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [TUHS] Re: 3B2 System V 3.2 make
  2023-03-23 20:33 [TUHS] 3B2 System V 3.2 make KenUnix
@ 2023-03-23 20:39 ` Larry McVoy
  0 siblings, 0 replies; 3+ messages in thread
From: Larry McVoy @ 2023-03-23 20:39 UTC (permalink / raw)
  To: KenUnix; +Cc: UNIX TUHS Group

On Thu, Mar 23, 2023 at 04:33:43PM -0400, KenUnix wrote:
> I have a question. I am running UNIX System V Release 3.2 AT&T 3B2/400 on a
> 3B2/400 SIM.
> 
> I went to use "make" however it is not there only the source:
> 
> bu
> defs
> doname.c
> dosys.c
> dyndep.c
> files.c
> gram.y
> main.c
> make.mk
> misc.c
> perror.c
> prtmem.c
> rules.c
> 
> How can you make "make" using make.mk without make?

Just look at make.mk and see what it does and do it by hand.  When I've hit
stuff like this I'd do 

yacc gram.y
cc -O -o make *.c

and hope for the best.  If that doesn't work, look at the make.mk file
and see what it is hiding.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [TUHS] Re: 3B2 System V 3.2 make
@ 2023-03-23 20:42 Noel Chiappa
  0 siblings, 0 replies; 3+ messages in thread
From: Noel Chiappa @ 2023-03-23 20:42 UTC (permalink / raw)
  To: ken.unix.guy

    > From: KenUnix

    > How can you make "make" using make.mk without make?

You could always try reading make.mk and issuing the appropriate commands
manually. Just a thought.

    Noel

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-03-23 20:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-23 20:33 [TUHS] 3B2 System V 3.2 make KenUnix
2023-03-23 20:39 ` [TUHS] " Larry McVoy
2023-03-23 20:42 Noel Chiappa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).