|
200 | 200 | #Solaris 2.5 (sun4m) cc (SC4.0) +X11R6 +GUI (CDE) 4.6b (E) Andrew Large
|
201 | 201 | #Solaris 2.5 cc +X11 +GUI Athena 4.2 (9) Sonia Heimann
|
202 | 202 | #Solaris 2.5 gcc 2.5.6 +X11 Motif 5.0m (R) Ant. Colombo
|
203 |
| -#Solaris 2.6 gcc 2.8.1 ncursus 5.3 (G) Larry W. Virden |
| 203 | +#Solaris 2.6 gcc 2.8.1 ncurses 5.3 (G) Larry W. Virden |
204 | 204 | #Solaris with -lthread 5.5 (W) K. Nagano
|
205 | 205 | #Solaris gcc (b) Riccardo
|
206 | 206 | #SunOS 4.1.x +X11 -GUI 5.1b (J) Bram Moolenaar
|
|
231 | 231 | # (D) Uncomment lines below for QNX
|
232 | 232 | # (E) You might want to use termlib instead of termcap, see below.
|
233 | 233 | # (F) See below for instructions.
|
234 |
| -# (G) Using ncursus version 4.2 has reported to cause a crash. Use the |
235 |
| -# Sun cursus library instead. |
| 234 | +# (G) Using ncurses version 4.2 has reported to cause a crash. Use the |
| 235 | +# Sun curses library instead. |
236 | 236 | # (H) See line for EXTRA_LIBS below.
|
237 | 237 | # (I) SINIX-N 5.42 and 5.43 need some EXTRA_LIBS. Also for Reliant-Unix.
|
238 | 238 | # (J) If you get undefined symbols, see below for a solution.
|
@@ -402,7 +402,7 @@ CClink = $(CC)
|
402 | 402 | # to the command line. If you see strange flags during compilation, check in
|
403 | 403 | # auto/config.mk where they come from. If it's PERL_CFLAGS, try commenting
|
404 | 404 | # the next line.
|
405 |
| -# When you get an error for a missing "perl.exp" file, try creating an emtpy |
| 405 | +# When you get an error for a missing "perl.exp" file, try creating an empty |
406 | 406 | # one: "touch perl.exp".
|
407 | 407 | # This requires at least "small" features, "tiny" doesn't work.
|
408 | 408 | #CONF_OPT_PERL = --enable-perlinterp
|
@@ -601,7 +601,7 @@ LINT_OPTIONS = -beprxzF
|
601 | 601 | # Might not work with GUI or Perl.
|
602 | 602 | # For unknown reasons adding "-lc" fixes a linking problem with some versions
|
603 | 603 | # of GCC. That's probably a bug in the "-pg" implementation.
|
604 |
| -# After running Vim see the profile result with: gmon vim gmon.out | vim - |
| 604 | +# After running Vim see the profile result with: gprof vim gmon.out | vim - |
605 | 605 | # Need to recompile everything after changing this: "make clean" "make".
|
606 | 606 | #PROFILE_CFLAGS = -pg -g -DWE_ARE_PROFILING
|
607 | 607 | #PROFILE_LIBS = -pg
|
@@ -1294,7 +1294,7 @@ ALL_GUI_PRO = gui.pro gui_gtk.pro gui_motif.pro gui_xmdlg.pro gui_athena.pro gu
|
1294 | 1294 | ### prototype headers are ignored due to -DPROTO, system
|
1295 | 1295 | ### headers #include <...> are ignored if we use the -MM option, as
|
1296 | 1296 | ### e.g. provided by gcc-cpp.
|
1297 |
| -### Include FEAT_GUI to get gependency on gui.h |
| 1297 | +### Include FEAT_GUI to get dependency on gui.h |
1298 | 1298 | ### Need to change "-I /<path>" to "-isystem /<path>" for GCC 3.x.
|
1299 | 1299 | CPP_DEPEND = $(CC) -I$(srcdir) -M$(CPP_MM) \
|
1300 | 1300 | `echo "$(DEPEND_CFLAGS)" $(DEPEND_CFLAGS_FILTER)`
|
@@ -1717,7 +1717,7 @@ CCC = $(CC) -c -I$(srcdir) $(ALL_CFLAGS)
|
1717 | 1717 |
|
1718 | 1718 |
|
1719 | 1719 | # Link the target for normal use or debugging.
|
1720 |
| -# A shell script is used to try linking without unneccesary libraries. |
| 1720 | +# A shell script is used to try linking without unnecessary libraries. |
1721 | 1721 | $(VIMTARGET): auto/config.mk objects $(OBJ) version.c version.h
|
1722 | 1722 | $(CCC) version.c -o objects/version.o
|
1723 | 1723 | @LINK="$(PURIFY) $(SHRPENV) $(CClink) $(ALL_LIB_DIRS) $(LDFLAGS) \
|
@@ -1837,8 +1837,8 @@ types.vim: $(TAGS_SRC) $(TAGS_INCL)
|
1837 | 1837 | #
|
1838 | 1838 | # This will produce a lot of garbage on your screen, including a few error
|
1839 | 1839 | # messages. Don't worry about that.
|
1840 |
| -# If there is a real error, there will be a difference between "test.out" and |
1841 |
| -# a "test99.ok" file. |
| 1840 | +# If there is a real error, there will be a difference between "testXX.out" and |
| 1841 | +# a "testXX.ok" file. |
1842 | 1842 | # If everything is alright, the final message will be "ALL DONE". If not you
|
1843 | 1843 | # get "TEST FAILURE".
|
1844 | 1844 | #
|
@@ -2779,9 +2779,9 @@ bundle-rsrc: os_mac.rsr.hqx
|
2779 | 2779 | mv gui_mac.rsrc.rsrcfork $(RESDIR)/$(VIMNAME).rsrc
|
2780 | 2780 |
|
2781 | 2781 | # po/Make_osx.pl says something about generating a Mac message file
|
2782 |
| -# for Ukrananian. Would somebody using Mac OS X in Ukranian |
| 2782 | +# for Ukrainian. Would somebody using Mac OS X in Ukrainian |
2783 | 2783 | # *really* be upset that Carbon Vim was not localised in
|
2784 |
| -# Ukranian? |
| 2784 | +# Ukrainian? |
2785 | 2785 | #
|
2786 | 2786 | #bundle-language: bundle-dir po/Make_osx.pl
|
2787 | 2787 | # cd po && perl Make_osx.pl --outdir ../$(RESDIR) $(MULTILANG)
|
|
0 commit comments