hi all,
as i m new on linux ..i m facing problem with gnu make
..
i have a makefile like 
#--------------------------------------------
#Begin Makefile
FILET=build install
FILELIST1=$(FILET:%=dir1/%.o dir1/%_cltn.o)
FILELIST2=$(FILET:%=dir1/%.o) $(FILET:%=dir1/%_cltn.o)

                                                      
                         
all:
        @echo FILET is $(FILET)
        @echo FILELIST1 is $(FILELIST1)
        @echo FILELIST2 is $(FILELIST2)
#end Makefile
#-----------------------------------------------
but after running this make file the result is not
same  as solaris one..
#---------------------------------
in case of FILELIST1 the result is
dir1/build.o dir1/%_cltn.o dir1/install.o
dir1/%_cltn.o
#-------------------------------------
#-------------------------------------
whereas on solaris result is 
dir1/build.o dir1/build_cltn.o dir1/install.o
dir1/install_cltn.o
#----------------------------------------

may i know the reason  for this..is there any one who
was facing the same problem..is the current version of
make has any solution for that...
is it difficult to fix this bug...
plz help me regarding this...
have a nice day..cheer up...
regards,
nikhil

________________________________________________________________________
Yahoo! India Matrimony: Find your life partner online
Go to: http://yahoo.shaadi.com/india-matrimony


_______________________________________________
Help-make mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/help-make

Reply via email to