mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Bye-bye META.
This commit is contained in:
		@@ -1,4 +1,4 @@
 | 
			
		||||
# $Id: GNUmakefile,v 1.91 2009-04-30 21:17:06 nicm Exp $
 | 
			
		||||
# $Id: GNUmakefile,v 1.92 2009-05-13 22:10:39 nicm Exp $
 | 
			
		||||
 | 
			
		||||
.PHONY: clean
 | 
			
		||||
 | 
			
		||||
@@ -9,8 +9,6 @@ DATE= $(shell date +%Y%m%d-%H%M)
 | 
			
		||||
 | 
			
		||||
FDEBUG= 1
 | 
			
		||||
 | 
			
		||||
META?= \002
 | 
			
		||||
 | 
			
		||||
SRCS= tmux.c server.c server-msg.c server-fn.c buffer.c buffer-poll.c status.c \
 | 
			
		||||
      xmalloc.c xmalloc-debug.c input.c input-keys.c \
 | 
			
		||||
      screen.c screen-write.c screen-redraw.c \
 | 
			
		||||
@@ -45,7 +43,7 @@ SRCS= tmux.c server.c server-msg.c server-fn.c buffer.c buffer-poll.c status.c \
 | 
			
		||||
 | 
			
		||||
CC?= gcc
 | 
			
		||||
INCDIRS+= -I. -I-
 | 
			
		||||
CFLAGS+= -DBUILD="\"$(VERSION) ($(DATE))\"" -DMETA="'${META}'"
 | 
			
		||||
CFLAGS+= -DBUILD="\"$(VERSION) ($(DATE))\""
 | 
			
		||||
ifdef FDEBUG
 | 
			
		||||
CFLAGS+= -g -ggdb -DDEBUG
 | 
			
		||||
LDFLAGS+= -rdynamic
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user