diff options
| author | Thomas Bushnell <thomas@gnu.org> | 1997-06-20 19:49:11 +0000 |
|---|---|---|
| committer | Thomas Bushnell <thomas@gnu.org> | 1997-06-20 19:49:11 +0000 |
| commit | 5bcdfac58a18134e87b40153bb501d6b3fced484 (patch) | |
| tree | e6a7f4f1daa8bf4e2048f3e8b17996b7554d5457 /serverboot/Makefile | |
| parent | b1d444e7e11450dff9321706a2ae88af4a1c784b (diff) | |
Fri Jun 20 15:37:15 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* bootstrap.c (main/script_paging_file): Instead of returning an
error use new variable `had_a_partition' to record whether we
successfully opened a partition.
(main/script_default_pager): Only start pager if HAD_A_PARTITION;
otherwise print warning message.
Mon Jun 16 11:52:40 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* Makefile (installationdir): Use `=' to set this instead of :=;
$(prefix) is not yet available and `=' postpones the evaluation
properly. Reported by Marcus G. Daniels,
marcus@cathcart.sysc.pdx.edu.
Diffstat (limited to 'serverboot/Makefile')
| -rw-r--r-- | serverboot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/serverboot/Makefile b/serverboot/Makefile index bb5553fa..ebb0b8be 100644 --- a/serverboot/Makefile +++ b/serverboot/Makefile @@ -30,7 +30,7 @@ LCLHDRS = assert.h disk_inode_ffs.h fs.h queue.h defs.h ext2_fs.h \ disk_inode.h file_io.h minix_super.h translate_root.h mach-exec.h target = serverboot HURDLIBS = threads -installationdir := $(prefix)/boot +installationdir = $(prefix)/boot vpath boot_script.c $(srcdir)/../boot |
