help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

make query


From: nikhil sharma
Subject: make query
Date: Thu, 30 Sep 2004 03:45:50 +0100 (BST)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]