diff options
author | Roland McGrath <roland@gnu.org> | 1994-11-01 18:15:26 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1994-11-01 18:15:26 +0000 |
commit | 135dd5bffcb583232d7854b1594873e058930ad4 (patch) | |
tree | 365507c99565a59e7fbc446b6317834fce728798 /Makeconf | |
parent | bba6f67aa1602f3c97d8b361cfcd2d5150b7fafb (diff) |
entered into RCS
Diffstat (limited to 'Makeconf')
-rw-r--r-- | Makeconf | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -39,10 +39,12 @@ all: hurdinst := /home/gd3/hurdinst # This is the directory which serves as root for the Hurd. -hostname := $(shell hostname) hurdroot-douglas.gnu.ai.mit.edu = /home/hm2/hurdroot hurdroot-ernst.gnu.ai.mit.edu = /home/hm1/hurdroot +ifndef hurdroot +hostname := $(shell hostname) hurdroot := $(hurdroot-$(hostname)) +endif # This is the device with the filesystem mounted as $(hurdroot) hurdrootdev := /dev/hd0f |