bug removed
authorkaashoek <none@none>
Tue, 31 May 1988 14:12:35 +0000 (14:12 +0000)
committerkaashoek <none@none>
Tue, 31 May 1988 14:12:35 +0000 (14:12 +0000)
util/ceg/util/make_as
util/ceg/util/make_obj
util/ceg/util/make_own

index c9981cf..3871699 100644 (file)
@@ -28,6 +28,7 @@ ce : ceg/ceg
        ( cd ce; ../ceg/ceg -l < $(DEF)/not_impl/not_impl_table)
        (cd ce; co $(DEF)/RCS/*.c,v) 
        (cd ce; co $(DEF)/*/RCS/*.c,v) 
+       (cd ce; chmod +w *.c)
        ln mach.c ce/mach.c
        @make EM_instr
 
index 4b350af..1128fc0 100644 (file)
@@ -27,6 +27,7 @@ ce : ceg/ceg
        ( cd ce; ../ceg/ceg -l < $(DEF)/not_impl/not_impl_table)
        (cd ce;co $(DEF)/RCS/*.c,v )
        (cd ce;co $(DEF)/*/RCS/*.c,v)
+       (cd ce; chmod +w *.c)
        ln mach.c ce/mach.c
        @make EM_instr
 
index 77335df..3f04f81 100644 (file)
@@ -26,6 +26,7 @@ ce : ceg/ceg
        ( cd ce; ../ceg/ceg -l < $(DEF)/not_impl/not_impl_table)
        (cd ce;co $(DEF)/RCS/*.c,v )
        (cd ce;co $(DEF)/*/RCS/*.c,v)
+       (cd ce;chmod +w *.c)
        ln mach.c ce/mach.c
        @make EM_instr