The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
From: Larry McVoy <lm@mcvoy.com>
To: KenUnix <ken.unix.guy@gmail.com>
Cc: UNIX TUHS Group <tuhs@tuhs.org>
Subject: [TUHS] Re: 3B2 System V 3.2 make
Date: Thu, 23 Mar 2023 13:39:06 -0700	[thread overview]
Message-ID: <20230323203906.GJ22493@mcvoy.com> (raw)
In-Reply-To: <CAJXSPs-5g_V5BnRdg88u5HugOFt6FP0STyWf3cQCEZv=Z+wdFQ@mail.gmail.com>

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.

  reply	other threads:[~2023-03-23 20:39 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-23 20:33 [TUHS] " KenUnix
2023-03-23 20:39 ` Larry McVoy [this message]
2023-03-23 20:42 [TUHS] " Noel Chiappa

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230323203906.GJ22493@mcvoy.com \
    --to=lm@mcvoy.com \
    --cc=ken.unix.guy@gmail.com \
    --cc=tuhs@tuhs.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).