Custom Query (301 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (67 - 69 of 301)

Ticket Resolution Summary Owner Reporter
#229 fixed Double quoting for RES file dependency rudi
Description

For some reason we now have quotes around the $(RES_FILE) dependency.

$(call q,$(DESTDIR_TARGET)): tmp\uic\release-shared ... $(OBJECTS) $(call q,$(DEF_FILE)) "$(call q,$(RES_FILE))"
	$(LINK) $(LFLAGS) -o $(DESTDIR_TARGET) $(DEF_FILE) -Wl,@$(OBJECTS_RSP) $(LIBS)
	$(RC) -n -x2 $(RES_FILE) $(DESTDIR_TARGET)
	lxlite /B- /L- /CS $@

#230 fixed Avoid quoting of make variables/macros rudi
Description

In r909 quoting for "clean" targets was introduced. This creates a rule like this:

   -$(DEL_FILE) $(basename $(DESTDIR_TARGET)).map >nul 2>&1

I think, we should not quote file names, that are expanded by make.

#231 fixed Problem creating multiple QFilesystemWatchers rudi
Description

When QT Creator starts up, the following message appears:

QOS2FileSystemWatcherEngine:: DosOpen?(\PIPE\XNOTIFY) returned 231

Note: See TracQuery for help on using queries.