diff options
| author | ck153898 <none@none> | 2007-02-01 11:16:06 -0800 |
|---|---|---|
| committer | ck153898 <none@none> | 2007-02-01 11:16:06 -0800 |
| commit | c3aa2a379ea93f4fb5a64b8ddf9b1f93e9a8e84b (patch) | |
| tree | 28e60fc43727550a377dcbe8f908b4bd0e1207fd | |
| parent | 542d98abd3df6d232599ae9ac809a2490c830a69 (diff) | |
| download | illumos-joyent-c3aa2a379ea93f4fb5a64b8ddf9b1f93e9a8e84b.tar.gz | |
6513011 libzfs .po files are not being generated
| -rw-r--r-- | usr/src/lib/Makefile | 1 | ||||
| -rw-r--r-- | usr/src/lib/libzfs/Makefile | 5 |
2 files changed, 3 insertions, 3 deletions
diff --git a/usr/src/lib/Makefile b/usr/src/lib/Makefile index 8e30372a72..171641d7c3 100644 --- a/usr/src/lib/Makefile +++ b/usr/src/lib/Makefile @@ -295,6 +295,7 @@ MSGSUBDIRS= \ libwanboot \ libwanbootutil \ libwladm \ + libzfs \ libzonecfg \ lvm \ madv \ diff --git a/usr/src/lib/libzfs/Makefile b/usr/src/lib/libzfs/Makefile index d940a6d3d3..12cf832a36 100644 --- a/usr/src/lib/libzfs/Makefile +++ b/usr/src/lib/libzfs/Makefile @@ -19,7 +19,7 @@ # CDDL HEADER END # # -# Copyright 2006 Sun Microsystems, Inc. All rights reserved. +# Copyright 2007 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # ident "%Z%%M% %I% %E% SMI" @@ -40,8 +40,7 @@ clobber := TARGET= clobber install := TARGET= install lint := TARGET= lint -MSGFILES = common/libzfs_dataset.c common/libzfs_mount.c \ - common/libzfs_util.c +MSGFILES = `$(GREP) -l gettext $(HDRDIR)/*.[ch]` POFILE = libzfs.po .KEEP_STATE: |
