comparison usr/src/lib/libdiskmgt/Makefile @ 4082:2e3825fd8bb5

6372011 libdiskmgt needs to build appropriate .po file 6533990 zpool create in-use check fails on svm swap device
author mmusante
date Fri, 20 Apr 2007 17:46:13 -0700
parents 79989c8fe091
children
comparison
equal deleted inserted replaced
4081:d68a788b1ca0 4082:2e3825fd8bb5
17 # information: Portions Copyright [yyyy] [name of copyright owner] 17 # information: Portions Copyright [yyyy] [name of copyright owner]
18 # 18 #
19 # CDDL HEADER END 19 # CDDL HEADER END
20 # 20 #
21 # 21 #
22 # Copyright 2006 Sun Microsystems, Inc. All rights reserved. 22 # Copyright 2007 Sun Microsystems, Inc. All rights reserved.
23 # Use is subject to license terms. 23 # Use is subject to license terms.
24 # 24 #
25 # ident "%Z%%M% %I% %E% SMI" 25 # ident "%Z%%M% %I% %E% SMI"
26 # 26 #
27 27
44 clobber := TARGET = clobber 44 clobber := TARGET = clobber
45 install := TARGET = install 45 install := TARGET = install
46 lint := TARGET = lint 46 lint := TARGET = lint
47 install_h:= TARGET = install_h 47 install_h:= TARGET = install_h
48 48
49 POFILE = libdiskmgt.po
50 MSGFILES = `$(GREP) -l gettext common/*.[ch]`
51
49 .KEEP_STATE: 52 .KEEP_STATE:
50 53
51 all clean clobber install lint: $(SUBDIRS) 54 all clean clobber install lint: $(SUBDIRS)
55
56 $(POFILE): pofile_MSGFILES
52 57
53 install_h: $(ROOTHDRS) 58 install_h: $(ROOTHDRS)
54 59
55 check: $(CHECKHDRS) 60 check: $(CHECKHDRS)
56 61
57 $(POFILE): 62 _msg: $(MSGDOMAINPOFILE)
58 63
59 $(SUBDIRS): FRC 64 $(SUBDIRS): FRC
60 @cd $@; pwd; $(MAKE) $(TARGET) 65 @cd $@; pwd; $(MAKE) $(TARGET)
61 66
62 FRC: 67 FRC:
63 68
64 include ../Makefile.targ 69 include ../Makefile.targ
70 include ../../Makefile.msg.targ