From: Christos Zoulas Date: Sat, 5 Oct 1996 18:15:29 +0000 (+0000) Subject: Segregate elf stuff and conditionally enable it with -DBUILTIN_ELF X-Git-Tag: FILE3_27~72 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ae108dfd81d8af4de6f616a70bf30e947c104395;p=file Segregate elf stuff and conditionally enable it with -DBUILTIN_ELF More magic fixes --- diff --git a/src/Makefile b/src/Makefile index e5cabfbe..f215f07f 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,6 +1,6 @@ # Makefile for file(1) cmd. # Copyright (c) Ian F. Darwin 86/09/01 - see LEGAL.NOTICE. -# @(#)$Id: Makefile,v 1.52 1996/10/05 18:13:57 christos Exp $ +# @(#)$Id: Makefile,v 1.53 1996/10/05 18:15:29 christos Exp $ # # This software is not subject to any license of the American Telephone # and Telegraph Company or of the Regents of the University of California. @@ -21,7 +21,7 @@ # ever read sources, credits must appear in the documentation. # # 4. This notice may not be removed or altered. -VERSION = 3.20 +VERSION = 3.21 SHELL = /bin/sh #MAGIC = /etc/magic MAGIC = /usr/local/etc/magic diff --git a/src/patchlevel.h b/src/patchlevel.h index 96295b5e..10708c5c 100644 --- a/src/patchlevel.h +++ b/src/patchlevel.h @@ -1,12 +1,16 @@ #define FILE_VERSION_MAJOR 3 -#define patchlevel 20 +#define patchlevel 21 /* * Patchlevel file for Ian Darwin's MAGIC command. - * $Id: patchlevel.h,v 1.20 1996/06/22 22:15:52 christos Exp $ + * $Id: patchlevel.h,v 1.21 1996/10/05 18:15:29 christos Exp $ * * $Log: patchlevel.h,v $ - * Revision 1.20 1996/06/22 22:15:52 christos + * Revision 1.21 1996/10/05 18:15:29 christos + * Segregate elf stuff and conditionally enable it with -DBUILTIN_ELF + * More magic fixes + * + * Revision 1.20 1996/06/22 22:15:52 christos * - support relative offsets of the form >& * - fix bug with truncating magic strings that contain \n * - file -f - did not read from stdin as documented