*** empty log message ***
This commit is contained in:
		
							parent
							
								
									c5f0e41be9
								
							
						
					
					
						commit
						c4a8f2371d
					
				
					 4 changed files with 2 additions and 6 deletions
				
			
		|  | @ -29,8 +29,6 @@ long	lseek(); | |||
| #define	NMAGIC	0410	/* text write protexted */ | ||||
| #define ZMAGIC	0413	/* demand paging */ | ||||
| 
 | ||||
| #define MACH	2 | ||||
| 
 | ||||
| struct bhdr { | ||||
| 	short	machtype; | ||||
| 	short	magic; | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| EMHOME =	../../.. | ||||
| LIBOBJ =	$(EMHOME)/modules/lib/libobject.a | ||||
| INCLUDE =	$(EMHOME)/h | ||||
| CFLAGS =	-I. -I$(INCLUDE) -O | ||||
| CFLAGS =	-I. -I$(INCLUDE) -O -DMACH=2 | ||||
| TARGETS =	cv | ||||
| 
 | ||||
| all:		$(TARGETS) | ||||
|  |  | |||
|  | @ -29,8 +29,6 @@ long	lseek(); | |||
| #define	NMAGIC	0410	/* text write protexted */ | ||||
| #define ZMAGIC	0413	/* demand paging */ | ||||
| 
 | ||||
| #define MACH	2 | ||||
| 
 | ||||
| struct bhdr { | ||||
| 	short	machtype; | ||||
| 	short	magic; | ||||
|  |  | |||
|  | @ -15,7 +15,7 @@ compare:	all | |||
| 		$(COMPARE) man/em_code.3 | ||||
| 
 | ||||
| em_code.3:	em_code.3X | ||||
| 		-sh -c 'if tbl < em_code.3X > em_code.3 ; then : ; else cp em_code.3X em_code.3 ; fi' | ||||
| 		-sh -c 'if tbl < em_code.3X > em_code.3 ; then exit 0 ; else cp em_code.3X em_code.3 ; exit 0 ; fi' | ||||
| 
 | ||||
| libeme.a:	make.sh e/em_private.h e/em.c e/C_failed.c | ||||
| 		EMHOME=$(EMHOME); export EMHOME; sh make.sh e | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue